|
Change Variable Type cookieMap : HashMap<String,String> to cookieMap : Map<String,String> in method public testDoFilterAuthenticationFailure() : void in class org.apache.hadoop.security.authentication.server.TestAuthenticationFilter |
From |
To |
|
Change Variable Type cookieMap : HashMap<String,String> to cookieMap : Map<String,String> in method private verifyUnauthorized(filter AuthenticationFilter, request HttpServletRequest, response HttpServletResponse, chain FilterChain) : void in class org.apache.hadoop.security.authentication.server.TestAuthenticationFilter |
From |
To |
|
Change Variable Type cookieMap : HashMap<String,String> to cookieMap : Map<String,String> in method private _testDoFilterAuthentication(withDomainPath boolean, invalidToken boolean, expired boolean) : void in class org.apache.hadoop.security.authentication.server.TestAuthenticationFilter |
From |
To |