mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-05 10:12:36 +00:00
SEC-1777: Corrected log in HttpSessionSecurityContextRepository to reference itself instead of HttpSessionContextIntegrationFilter
This commit is contained in:
parent
0f1ae574ab
commit
f359bed596
@ -375,7 +375,8 @@ public class HttpSessionSecurityContextRepository implements SecurityContextRepo
|
|||||||
if (!allowSessionCreation) {
|
if (!allowSessionCreation) {
|
||||||
if (logger.isDebugEnabled()) {
|
if (logger.isDebugEnabled()) {
|
||||||
logger.debug("The HttpSession is currently null, and the "
|
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 "
|
+ "(because the allowSessionCreation property is false) - SecurityContext thus not "
|
||||||
+ "stored for next request");
|
+ "stored for next request");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user