From f0813b45d75547fe8a5605a8143491052f012a64 Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Fri, 15 Jul 2005 18:01:45 +0000 Subject: [PATCH] Typo correction as suggested in forum --- doc/docbook/acegi.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/docbook/acegi.xml b/doc/docbook/acegi.xml index b5fd70da64..a294591238 100644 --- a/doc/docbook/acegi.xml +++ b/doc/docbook/acegi.xml @@ -2813,7 +2813,7 @@ key: A private key to prevent modification of the remember-me token </bean>Don't forget to add your RememberMeServices implementation to your AuthenticationProcessingFilter.setRememberMeServices() - property, include the RememberMeProcessingFilter in + property, include the RememberMeAuthenticationProvider in your AuthenticationManager.setProviders() list, and add a call to RememberMeProcessingFilter into your FilterChainProxy (typically immediately after your