LOG.info("Request from authenticated user: {}, URL={}",requestUser,
...
...
@@ -340,14 +342,14 @@ public class AtlasAuthenticationFilter extends AuthenticationFilter {
* If the request has a valid authentication token it allows the request to continue to the target resource,
* otherwise it triggers an authentication sequence using the configured {@link org.apache.hadoop.security.authentication.server.AuthenticationHandler}.
*
* @param request the request object.
* @param response the response object.
* @param request the request object.
* @param response the response object.
* @param filterChain the filter chain object.
*
* @throws IOException thrown if an IO error occurred.
* @throws IOException thrown if an IO error occurred.
* @throws ServletException thrown if a processing error occurred.