Skip to content
  1. Jul 31, 2014
    • Jesse Glick's avatar
      Skip a test if starting Jenkins was interrupted. · 7bbf36b7
      Jesse Glick authored
      For reasons TBD, sometimes CI tests fail with (1.565.x):
      java.lang.InterruptedException: null
      	at java.lang.Object.wait(Native Method)
      	at java.lang.Object.wait(Object.java:503)
      	at org.jvnet.hudson.reactor.Reactor.execute(Reactor.java:267)
      	at jenkins.InitReactorRunner.run(InitReactorRunner.java:44)
      	at jenkins.model.Jenkins.executeReactor(Jenkins.java:915)
      	at jenkins.model.Jenkins.<init>(Jenkins.java:814)
      	at hudson.model.Hudson.<init>(Hudson.java:82)
      	at org.jvnet.hudson.test.JenkinsRule.newHudson(JenkinsRule.java:539)
      	at org.jvnet.hudson.test.JenkinsRule.before(JenkinsRule.java:331)
      	at org.jvnet.hudson.test.JenkinsRule$2.evaluate(JenkinsRule.java:479)
      2 tags
      7bbf36b7
  2. Jul 30, 2014
    • tfennelly's avatar
      <l:icon> tag · 42190ed9
      tfennelly authored
      42190ed9
    • tfennelly's avatar
      divification of pane tag · bced2c75
      tfennelly authored
      bced2c75
    • Kohsuke Kawaguchi's avatar
      Create a single point in which the basic authentication header is processed. · b2a98f6b
      Kohsuke Kawaguchi authored
      Previously, basic auth header was processed from two different servlet
      filters in a single filter chain.
      
      In case the 1st filter (ApiTokenFilter) manages to authenticate the
      request, the 2nd filter (BasicProcessingFilter) tries to avoid
      interpreting the API token as the password and failing authentication
      (see BasicProcessingFilter.authenticationIsRequired), but the check
      feels rather fragile.
      
      Although I did eventually discover that the original problem (ZD-19640)
      was not caused by this, I've already implemented & tested this change,
      and this feels like a good work to be wasted, so I'm pushing this in
      anyway.
      
      Refrence: ZD-19640
      b2a98f6b
  3. Jul 29, 2014
  4. Jul 28, 2014
  5. Jul 27, 2014
  6. Jul 26, 2014
  7. Jul 25, 2014
Loading