SEC-2013: Add space to log of AbstractAuthenticationProcessingFilter
This commit is contained in:
parent
1710f32a08
commit
24c3bdfd90
|
@ -339,7 +339,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…
Reference in New Issue