Skip to content

Commit 6745576

Browse files
committed
Polish basic.adoc
Signed-off-by: Steve Riesenberg <[email protected]>
1 parent eb510ab commit 6745576

File tree

1 file changed

+1
-1
lines changed
  • docs/modules/ROOT/pages/servlet/authentication/passwords

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/authentication/passwords/basic.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The preceding figure builds off our xref:servlet/architecture.adoc#servlet-secur
4343
image:{icondir}/number_1.png[] When the user submits their username and password, the `BasicAuthenticationFilter` creates a `UsernamePasswordAuthenticationToken`, which is a type of xref:servlet/authentication/architecture.adoc#servlet-authentication-authentication[`Authentication`] by extracting the username and password from the `HttpServletRequest`.
4444

4545
image:{icondir}/number_2.png[] Next, the `UsernamePasswordAuthenticationToken` is passed into the `AuthenticationManager` to be authenticated.
46-
The details of what `AuthenticationManager` looks like depend on how the xref:servlet/authentication/passwords/index.adoc#servlet-authentication-unpwd-storage[user information is stored].
46+
The details of what `AuthenticationManager` looks like depend on how the xref:servlet/authentication/passwords/index.adoc#servlet-authentication-unpwd[user information is stored].
4747

4848
image:{icondir}/number_3.png[] If authentication fails, then __Failure__.
4949

0 commit comments

Comments
 (0)