Skip to content

Commit cfeb1ce

Browse files
KshZhjzheaux
authored andcommitted
Fix docs typo
1 parent 6935045 commit cfeb1ce

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/modules/ROOT/pages/servlet/architecture.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ image::{figures}/exceptiontranslationfilter.png[]
217217
* image:{icondir}/number_2.png[] If the user is not authenticated or it is an `AuthenticationException`, then __Start Authentication__.
218218
** The xref:servlet/authentication/architecture.adoc#servlet-authentication-securitycontextholder[SecurityContextHolder] is cleared out.
219219
** The `HttpServletRequest` is <<savedrequests,saved>> so that it can be used to replay the original request once authentication is successful.
220-
221220
// FIXME: add link to authentication success
222221
** The `AuthenticationEntryPoint` is used to request credentials from the client.
223222
For example, it might redirect to a log in page or send a `WWW-Authenticate` header.

0 commit comments

Comments
 (0)