mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-09-08 20:51:41 +00:00
SEC-1839: Updated preauth example to use </security:authentication-manager> instead of </security-authentication-manager>
This commit is contained in:
parent
82163e2546
commit
7a3135f0f9
@ -160,7 +160,7 @@ class="org.springframework.security.web.authentication.preauth.PreAuthenticatedA
|
|||||||
|
|
||||||
<security:authentication-manager alias="authenticationManager">
|
<security:authentication-manager alias="authenticationManager">
|
||||||
<security:authentication-provider ref="preauthAuthProvider" />
|
<security:authentication-provider ref="preauthAuthProvider" />
|
||||||
</security-authentication-manager>
|
</security:authentication-manager>
|
||||||
]]>
|
]]>
|
||||||
</programlisting> We've assumed here that the security namespace is being used for
|
</programlisting> We've assumed here that the security namespace is being used for
|
||||||
configuration (hence the user of the <literal>custom-filter</literal>,
|
configuration (hence the user of the <literal>custom-filter</literal>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user