File tree Expand file tree Collapse file tree 1 file changed +0
-1
lines changed
docs/modules/ROOT/pages/servlet Expand file tree Collapse file tree 1 file changed +0
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,6 @@ image::{figures}/exceptiontranslationfilter.png[]
217
217
* image:{icondir}/number_2.png[] If the user is not authenticated or it is an `AuthenticationException`, then __Start Authentication__.
218
218
** The xref:servlet/authentication/architecture.adoc#servlet-authentication-securitycontextholder[SecurityContextHolder] is cleared out.
219
219
** The `HttpServletRequest` is <<savedrequests,saved>> so that it can be used to replay the original request once authentication is successful.
220
-
221
220
// FIXME: add link to authentication success
222
221
** The `AuthenticationEntryPoint` is used to request credentials from the client.
223
222
For example, it might redirect to a log in page or send a `WWW-Authenticate` header.
You can’t perform that action at this time.
0 commit comments