mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-29 15:22:15 +00:00
Fixed typo in message.
This commit is contained in:
parent
63decfeb93
commit
b2e9e82727
@ -386,7 +386,7 @@ public class HttpSessionContextIntegrationFilter extends SpringSecurityFilter im
|
||||
// See SEC-766
|
||||
if (authenticationTrustResolver.isAnonymous(securityContext.getAuthentication())) {
|
||||
if (logger.isDebugEnabled()) {
|
||||
logger.debug("SecurityContext contents are anonymous - context wil not be stored in HttpSession. ");
|
||||
logger.debug("SecurityContext contents are anonymous - context will not be stored in HttpSession. ");
|
||||
}
|
||||
} else {
|
||||
httpSession.setAttribute(SPRING_SECURITY_CONTEXT_KEY, securityContext);
|
||||
|
Loading…
x
Reference in New Issue
Block a user