mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 01:02:14 +00:00
Fix docs typo
This commit is contained in:
parent
6935045172
commit
cfeb1ce303
@ -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__.
|
* 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 xref:servlet/authentication/architecture.adoc#servlet-authentication-securitycontextholder[SecurityContextHolder] is cleared out.
|
||||||
** The `HttpServletRequest` is <<savedrequests,saved>> so that it can be used to replay the original request once authentication is successful.
|
** The `HttpServletRequest` is <<savedrequests,saved>> so that it can be used to replay the original request once authentication is successful.
|
||||||
|
|
||||||
// FIXME: add link to authentication success
|
// FIXME: add link to authentication success
|
||||||
** The `AuthenticationEntryPoint` is used to request credentials from the client.
|
** 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.
|
For example, it might redirect to a log in page or send a `WWW-Authenticate` header.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user