From cfeb1ce3035877b04057cf8d8eebd78f86a4fd17 Mon Sep 17 00:00:00 2001 From: zks Date: Sun, 19 Feb 2023 13:35:21 +0800 Subject: [PATCH] Fix docs typo --- docs/modules/ROOT/pages/servlet/architecture.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/modules/ROOT/pages/servlet/architecture.adoc b/docs/modules/ROOT/pages/servlet/architecture.adoc index a2bde21102..2ee5c25c29 100644 --- a/docs/modules/ROOT/pages/servlet/architecture.adoc +++ b/docs/modules/ROOT/pages/servlet/architecture.adoc @@ -217,7 +217,6 @@ image::{figures}/exceptiontranslationfilter.png[] * image:{icondir}/number_2.png[] If the user is not authenticated or it is an `AuthenticationException`, then __Start Authentication__. ** The xref:servlet/authentication/architecture.adoc#servlet-authentication-securitycontextholder[SecurityContextHolder] is cleared out. ** The `HttpServletRequest` is <> so that it can be used to replay the original request once authentication is successful. - // FIXME: add link to authentication success ** The `AuthenticationEntryPoint` is used to request credentials from the client. For example, it might redirect to a log in page or send a `WWW-Authenticate` header.