From 777431758d5214df3cf5e1db84d11dbc2384c9a6 Mon Sep 17 00:00:00 2001 From: Alex Derkach Date: Thu, 24 Sep 2015 16:53:35 +0300 Subject: [PATCH] Fix reference to Null Object pattern in the manual --- docs/manual/src/docs/asciidoc/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/src/docs/asciidoc/index.adoc b/docs/manual/src/docs/asciidoc/index.adoc index 50e9e17477..dee9db2f8f 100644 --- a/docs/manual/src/docs/asciidoc/index.adoc +++ b/docs/manual/src/docs/asciidoc/index.adoc @@ -2736,7 +2736,7 @@ The default implementation is `HttpSessionSecurityContextRepository`, which stor ---- -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]]