Skip to content
  1. Aug 08, 2014
  2. Aug 07, 2014
  3. Aug 06, 2014
  4. Aug 05, 2014
  5. Aug 04, 2014
  6. Aug 03, 2014
  7. Aug 01, 2014
  8. Jul 31, 2014
    • tfennelly's avatar
      4fd154ee
    • Kohsuke Kawaguchi's avatar
      [FIXED JENKINS-22525] · 4e23793f
      Kohsuke Kawaguchi authored
      Integrated a bridge-method-injector that rebuilds the constant pool from
      scratch.
      4e23793f
    • 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
  9. 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
  10. Jul 29, 2014
Loading