Skip to content
  1. Mar 17, 2014
  2. Mar 15, 2014
    • Kohsuke Kawaguchi's avatar
    • Kohsuke Kawaguchi's avatar
      Fixing a test failure. · bd8234cc
      Kohsuke Kawaguchi authored
      The intent of this test is to make sure that a floating User object without any storage returns false from canDelete() method.
      The earlier change made User.impersonate() to actually check if the user is a valid, so to make this test case work where it does
      "user.impersonate" and "user2.impersonate2", I'm creating valid accounts for these two users.
      
      Now what that means is that user2 is no longer a floating flyweight storage-less User, so it breaks the assumption of the
      "User should not be able to delete because he is not saved." assertion.
      
      To make this test case work, I'm introducing the 3rd user that is storage-less, and using it for the test.
      bd8234cc
  3. Mar 14, 2014
  4. Mar 13, 2014
  5. Mar 12, 2014
  6. Mar 11, 2014
    • CloudBees DEV@Cloud's avatar
      Merge REMERGE_HEAD into HEAD · f488ba8c
      CloudBees DEV@Cloud authored
      f488ba8c
    • Kohsuke Kawaguchi's avatar
      [JENKINS-11643] · 2dbd6eca
      Kohsuke Kawaguchi authored
      An unexpected failure in processing remember me cookie should be handled
      gracefully. In particular, possibly problematic cookie should be
      removed, or else the browser will keep bombarding the server with the
      same cookie, and will never be able to get through.
      
      It's much better to just drop the cookie.
      2dbd6eca
Loading