1
0
mirror of synced 2026-05-22 21:33:16 +00:00

Fix reference to Null Object pattern in the manual

This commit is contained in:
Alex Derkach
2015-09-24 16:53:35 +03:00
parent a00a7dabd8
commit 777431758d
+1 -1
View File
@@ -2736,7 +2736,7 @@ The default implementation is `HttpSessionSecurityContextRepository`, which stor
</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]]