Merge pull request #226 from nivenoct/master

Fix reference to Null Object pattern in the manual
This commit is contained in:
Rob Winch 2015-09-25 15:21:57 -05:00
commit af363ecc2c
1 changed files with 1 additions and 1 deletions

View File

@ -2736,7 +2736,7 @@ The default implementation is `HttpSessionSecurityContextRepository`, which stor
</bean> </bean>
---- ----
Alternatively you could provide an instance of `NullSecurityContextRepository`, a "http://en.wikipedia.org/wiki/Null_Object_pattern[null object]" implementation, which will prevent the security context from being stored, even if a session has already been created during the request. Alternatively you could provide an instance of `NullSecurityContextRepository`, a http://en.wikipedia.org/wiki/Null_Object_pattern[null object] implementation, which will prevent the security context from being stored, even if a session has already been created during the request.
[[form-login-filter]] [[form-login-filter]]