mirror of https://github.com/apache/lucene.git
SOLR-9188: Trying revert a change and fix the unexpected IOException in jenkins failure.
This commit is contained in:
parent
738d52700a
commit
0ed8c2a7ad
|
@ -141,7 +141,7 @@ public class BasicAuthPlugin extends AuthenticationPlugin implements ConfigEdita
|
|||
}
|
||||
} else {
|
||||
if (blockUnknown) {
|
||||
authenticationFailure(response, "require authentication for pathinfo :"+ request.getPathInfo());
|
||||
authenticationFailure(response, "require authentication");
|
||||
} else {
|
||||
request.setAttribute(AuthenticationPlugin.class.getName(), zkAuthentication.getPromptHeaders());
|
||||
filterChain.doFilter(request, response);
|
||||
|
|
Loading…
Reference in New Issue