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