2
0
Luke Taylor 17 жил өмнө
parent
commit
b2e9e82727

+ 1 - 1
core/src/main/java/org/springframework/security/context/HttpSessionContextIntegrationFilter.java

@@ -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);