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

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

This commit is contained in:
Rob Winch
2011-10-18 19:18:56 -05:00
parent ac6ed671a1
commit 2fd0a65049
+1 -1
View File
@@ -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>,