mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 13:23:29 +00:00
Typo correction as suggested in forum
This commit is contained in:
parent
5bbc54ac42
commit
f0813b45d7
@ -2813,7 +2813,7 @@ key: A private key to prevent modification of the remember-me token
|
||||
</bean></programlisting>Don't forget to add your
|
||||
<literal>RememberMeServices</literal> implementation to your
|
||||
<literal>AuthenticationProcessingFilter.setRememberMeServices()</literal>
|
||||
property, include the <literal>RememberMeProcessingFilter</literal> in
|
||||
property, include the <literal>RememberMeAuthenticationProvider</literal> in
|
||||
your <literal>AuthenticationManager.setProviders()</literal> list, and
|
||||
add a call to <literal>RememberMeProcessingFilter</literal> into your
|
||||
<literal>FilterChainProxy</literal> (typically immediately after your
|
||||
|
Loading…
x
Reference in New Issue
Block a user