瀏覽代碼

SEC-1839: Updated preauth example to use </security:authentication-manager> instead of </security-authentication-manager>

Rob Winch 14 年之前
父節點
當前提交
2fd0a65049
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/manual/src/docbook/preauth.xml

+ 1 - 1
docs/manual/src/docbook/preauth.xml

@@ -167,7 +167,7 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
 
     <security:authentication-manager alias="authenticationManager">
       <security:authentication-provider ref="preauthAuthProvider" />
-    </security-authentication-manager>
+    </security:authentication-manager>
 ]]>
 </programlisting> We've assumed here that the security namespace is being used for configuration
                     (hence the user of the <literal>custom-filter</literal>,