|
@@ -348,7 +348,7 @@ public abstract class AbstractAuthenticationProcessingFilter extends GenericFilt
|
|
|
SecurityContextHolder.clearContext();
|
|
|
|
|
|
if (logger.isDebugEnabled()) {
|
|
|
- logger.debug("Authentication request failed: " + failed.toString());
|
|
|
+ logger.debug("Authentication request failed: " + failed.toString(), failed);
|
|
|
logger.debug("Updated SecurityContextHolder to contain null Authentication");
|
|
|
logger.debug("Delegating to authentication failure handler " + failureHandler);
|
|
|
}
|