mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-30 00:32:14 +00:00
Loggin Fix for printing the full stack trace, spring-projects/spring-security#7110
This commit is contained in:
parent
8f8329583a
commit
e584207a85
@ -132,7 +132,7 @@ public final class BearerTokenAuthenticationFilter extends OncePerRequestFilter
|
||||
SecurityContextHolder.clearContext();
|
||||
|
||||
if (debug) {
|
||||
this.logger.debug("Authentication request for failed: " + failed);
|
||||
this.logger.debug("Authentication request for failed!", failed);
|
||||
}
|
||||
|
||||
this.authenticationFailureHandler.onAuthenticationFailure(request, response, failed);
|
||||
|
Loading…
x
Reference in New Issue
Block a user