1. 22 5月, 2012 5 次提交
  2. 16 5月, 2012 2 次提交
  3. 15 5月, 2012 1 次提交
  4. 09 5月, 2012 1 次提交
    • D
      [FIXED JENKINS-13202] Don't set mtime or mode on symlinks · e15b2e19
      David Reiss 提交于
      Previously, the untar code tries to set the last modified time and mode
      on every untarred file.  However, if the tar contains a broken symlink,
      or a symlink that points to a file that has not been untarred yet, the
      time/mode setting would fail on the broken symlink.
      
      Symlinks don't have meaningful modified times or modes of their own, so
      only set these values on non-symlinks.
      
      Rename the file "a" in the test to expose the bug.
      e15b2e19
  5. 08 5月, 2012 2 次提交
  6. 06 5月, 2012 2 次提交
  7. 05 5月, 2012 1 次提交
  8. 04 5月, 2012 2 次提交
    • K
      c37adad3
    • K
      [FIXED JENKINS-12585] restrict where sessions are created. · 7a4858d6
      Kohsuke Kawaguchi 提交于
      If a resource with 'Set-Cookie' header is cached (either by intermediary
      like HTTP proxy and reverse proxy, or by the browser), it'll cause
      identity swap / session mix-up as discussed in this ticket.
      
      I suspect this was caused by HttpSessionContextIntegrationFilter2, which
      is the only code path that attempts to create a session when a request
      to a static resource is made.
      
      So I'm disabling the creation of session in
      HttpSessionContextIntegrationFilter2. This in turn requires that we
      have sessions already created when the authentication was successful and
      people need to login (or else the login will have no effect.)
      
      We already do so in layout.jelly, so any request that renders a Jenkins
      page would have a session, but I've also added it in
      AuthenticationProcessingFilter2, which ensures that a successful login
      does have a session.
      7a4858d6
  9. 03 5月, 2012 1 次提交
  10. 01 5月, 2012 4 次提交
  11. 26 4月, 2012 9 次提交
  12. 25 4月, 2012 4 次提交
  13. 24 4月, 2012 5 次提交
  14. 21 4月, 2012 1 次提交