1
0
mirror of synced 2026-08-05 17:57:15 +00:00

SEC-1777: Corrected log in HttpSessionSecurityContextRepository to reference itself instead of HttpSessionContextIntegrationFilter

This commit is contained in:
Rob Winch
2011-07-09 19:19:57 -05:00
parent 2e83d98c8f
commit 330f82f562
@@ -329,7 +329,8 @@ public class HttpSessionSecurityContextRepository implements SecurityContextRepo
if (!allowSessionCreation) {
if (logger.isDebugEnabled()) {
logger.debug("The HttpSession is currently null, and the "
+ "HttpSessionContextIntegrationFilter is prohibited from creating an HttpSession "
+ HttpSessionSecurityContextRepository.class.getSimpleName()
+ " is prohibited from creating an HttpSession "
+ "(because the allowSessionCreation property is false) - SecurityContext thus not "
+ "stored for next request");
}