Loggin Fix for printing the full stack trace, spring-projects/spring-security#7110

This commit is contained in:
matkocsis 2019-07-16 20:23:47 +02:00 committed by Rob Winch
parent 8f8329583a
commit e584207a85
1 changed files with 1 additions and 1 deletions

View File

@ -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);