Skip to content

Commit 4f8a4a9

Browse files
dadikovieleftherias
authored andcommitted
Document description error
Fixes gh-8119
1 parent af433fd commit 4f8a4a9

File tree

1 file changed

+1
-1
lines changed
  • docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd

1 file changed

+1
-1
lines changed

docs/manual/src/docs/asciidoc/_includes/servlet/authentication/unpwd/basic.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ image::{figures}/basicauthenticationfilter.png[]
2929
The figure builds off our <<servlet-securityfilterchain,`SecurityFilterChain`>> diagram.
3030

3131

32-
image:{icondir}/number_1.png[] When the user submits their username and password, the `UsernamePasswordAuthenticationFilter` creates a `UsernamePasswordAuthenticationToken` which is a type of <<servlet-authentication-authentication,`Authentication`>> by extracting the username and password from the `HttpServletRequest`.
32+
image:{icondir}/number_1.png[] When the user submits their username and password, the `BasicAuthenticationFilter` creates a `UsernamePasswordAuthenticationToken` which is a type of <<servlet-authentication-authentication,`Authentication`>> by extracting the username and password from the `HttpServletRequest`.
3333

3434
image:{icondir}/number_2.png[] Next, the `UsernamePasswordAuthenticationToken` is passed into the `AuthenticationManager` to be authenticated.
3535
The details of what `AuthenticationManager` look like depend on how the <<servlet-authentication-unpwd-storage,user information is stored>>.

0 commit comments

Comments
 (0)