Updated faq to reflect changes for SEC-1259
This commit is contained in:
parent
73905b9ebd
commit
7f658f7a53
|
@ -233,7 +233,7 @@
|
||||||
<answer>
|
<answer>
|
||||||
<para> This is a another debug level message which occurs the first time an
|
<para> 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
|
anonymous user attempts to access a protected resource, but when you do not
|
||||||
have an AnonymousProcessingFilter in your filter chain configuration.
|
have an <classname>AnonymousAuthenticationFilter</classname> in your filter chain configuration.
|
||||||
<programlisting>
|
<programlisting>
|
||||||
DEBUG [ExceptionTranslationFilter] - Authentication exception occurred; redirecting to authentication entry point
|
DEBUG [ExceptionTranslationFilter] - Authentication exception occurred; redirecting to authentication entry point
|
||||||
org.springframework.security.AuthenticationCredentialsNotFoundException: An Authentication object was not found in the SecurityContext
|
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
|
find more information there by searching the archives (or through
|
||||||
google).</para>
|
google).</para>
|
||||||
<para> The submitted login information is processed by an instance of
|
<para> The submitted login information is processed by an instance of
|
||||||
<classname>AuthenticationProcessingFilter</classname>. You will need to
|
<classname>UsernamePasswordAuthenticationFilter</classname>. You will need to
|
||||||
customize this class to handle the extra data field(s). One option is to use
|
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
|
your own customized authentication token class (rather than the standard
|
||||||
<classname>UsernamePasswordAuthenticationToken</classname>), another is
|
<classname>UsernamePasswordAuthenticationToken</classname>), another is
|
||||||
|
|
Loading…
Reference in New Issue