• K
    [JENKINS-11643] · 2dbd6eca
    Kohsuke Kawaguchi 提交于
    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
TokenBasedRememberMeServices2Test.groovy 4.1 KB