|
@@ -246,7 +246,7 @@ class="org.springframework.security.web.context.SecurityContextPersistenceFilter
|
|
|
was called <classname>AuthenticationProcessingFilterEntryPoint</classname>.
|
|
|
Since the framework now supports many different forms of authentication, they
|
|
|
have both been given more specific names in 3.0.</para>
|
|
|
- </footnote>. It also provides the implementation used by the <form-login> element
|
|
|
+ </footnote>. It also provides the implementation used by the <literal><form-login></literal> element
|
|
|
from the namespace. There are three stages required to configure it. <orderedlist>
|
|
|
<listitem>
|
|
|
<para>Configure a <classname>LoginUrlAuthenticationEntryPoint</classname> with
|
|
@@ -298,8 +298,8 @@ class="org.springframework.security.web.context.SecurityContextPersistenceFilter
|
|
|
<para>If authentication is successful, the resulting
|
|
|
<interfacename>Authentication</interfacename> object will be placed into the
|
|
|
<classname>SecurityContextHolder</classname>. The configured
|
|
|
- AuthenticationSuccessHandler will then be called to either redirect or forward the
|
|
|
- user to the approprate destination. By default a
|
|
|
+ <interfacename>AuthenticationSuccessHandler</interfacename> will then be called to either redirect or forward the
|
|
|
+ user to the appropriate destination. By default a
|
|
|
<classname>SavedRequestAwareAuthenticationSuccessHandler</classname> is used,
|
|
|
which means that the user will be redirected to the original destination they
|
|
|
requested before they were asked to login. <note>
|