Skip to content

Commit e584207

Browse files
matkocsisrwinch
authored andcommitted
Loggin Fix for printing the full stack trace, #7110
1 parent 8f83295 commit e584207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oauth2/oauth2-resource-server/src/main/java/org/springframework/security/oauth2/server/resource/web/BearerTokenAuthenticationFilter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ protected void doFilterInternal(HttpServletRequest request, HttpServletResponse
132132
SecurityContextHolder.clearContext();
133133

134134
if (debug) {
135-
this.logger.debug("Authentication request for failed: " + failed);
135+
this.logger.debug("Authentication request for failed!", failed);
136136
}
137137

138138
this.authenticationFailureHandler.onAuthenticationFailure(request, response, failed);

0 commit comments

Comments
 (0)