Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
According to tucu00, if ANONYMOUS is enabled, then there is a token (cookie) and the response is 200. However, it never sets cookie when the token is ANONYMOUS in the code below.
//AuthenticationFilter.doFilter(..) if (newToken && !token.isExpired() && token != AuthenticationToken.ANONYMOUS) { String signedToken = signer.sign(token.toString()); createAuthCookie(httpResponse, signedToken, getCookieDomain(), getCookiePath(), token.getExpires(), isHttps); }
Attachments
Attachments
Issue Links
- is related to
-
HADOOP-10398 KerberosAuthenticator failed to fall back to PseudoAuthenticator after HADOOP-10078
- Resolved