瀏覽代碼

Merge pull request #226 from nivenoct/master

Fix reference to Null Object pattern in the manual
Rob Winch 10 年之前
父節點
當前提交
af363ecc2c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docs/asciidoc/index.adoc

+ 1 - 1
docs/manual/src/docs/asciidoc/index.adoc

@@ -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]]