mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 23:02:15 +00:00
SEC-2013: Add space to log of AbstractAuthenticationProcessingFilter
This commit is contained in:
parent
d2e6343295
commit
c9facdd993
@ -317,7 +317,7 @@ public abstract class AbstractAuthenticationProcessingFilter extends GenericFilt
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("Authentication request failed: " + failed.toString());
|
||||
logger.debug("Updated SecurityContextHolder to contain null Authentication");
|
||||
logger.debug("Delegating to authentication failure handler" + failureHandler);
|
||||
logger.debug("Delegating to authentication failure handler " + failureHandler);
|
||||
}
|
||||
|
||||
rememberMeServices.loginFail(request, response);
|
||||
|
Loading…
x
Reference in New Issue
Block a user