mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-01 02:49:11 +00:00
Log stack trace to assist debugging.
This commit is contained in:
parent
e987e1051b
commit
957e28252e
@ -190,7 +190,7 @@ public class SecurityEnforcementFilter implements Filter, InitializingBean {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug(
|
||||
"Authentication failed - adding target URL to Session: "
|
||||
+ targetUrl);
|
||||
+ targetUrl, authentication);
|
||||
}
|
||||
|
||||
((HttpServletRequest) request).getSession().setAttribute(AbstractProcessingFilter.ACEGI_SECURITY_TARGET_URL_KEY,
|
||||
|
Loading…
x
Reference in New Issue
Block a user