mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Adding httpSession in logging for the saveContext method
This commit is contained in:
parent
75df42cb7c
commit
bb1762d4c3
@ -324,7 +324,7 @@ public class HttpSessionSecurityContextRepository implements SecurityContextRepo
|
|||||||
httpSession.setAttribute(springSecurityContextKey, context);
|
httpSession.setAttribute(springSecurityContextKey, context);
|
||||||
|
|
||||||
if (logger.isDebugEnabled()) {
|
if (logger.isDebugEnabled()) {
|
||||||
logger.debug("SecurityContext stored to HttpSession: '" + context + "'");
|
logger.debug("SecurityContext '" + context + "' stored to HttpSession: '" + httpSession);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user