From 7f658f7a53bdd2ec5be65cd88ae959697aa2af7c Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Thu, 8 Oct 2009 14:16:54 +0000 Subject: [PATCH] Updated faq to reflect changes for SEC-1259 --- docs/faq/src/docbook/faq.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/faq/src/docbook/faq.xml b/docs/faq/src/docbook/faq.xml index 7cb61b5248..cae1ff6010 100644 --- a/docs/faq/src/docbook/faq.xml +++ b/docs/faq/src/docbook/faq.xml @@ -233,7 +233,7 @@ This is a another debug level message which occurs the first time an anonymous user attempts to access a protected resource, but when you do not - have an AnonymousProcessingFilter in your filter chain configuration. + have an AnonymousAuthenticationFilter in your filter chain configuration. DEBUG [ExceptionTranslationFilter] - Authentication exception occurred; redirecting to authentication entry point org.springframework.security.AuthenticationCredentialsNotFoundException: An Authentication object was not found in the SecurityContext @@ -363,7 +363,7 @@ find more information there by searching the archives (or through google). The submitted login information is processed by an instance of - AuthenticationProcessingFilter. You will need to + UsernamePasswordAuthenticationFilter. You will need to customize this class to handle the extra data field(s). One option is to use your own customized authentication token class (rather than the standard UsernamePasswordAuthenticationToken), another is