Skip to content

Commit

Permalink
Fix ordering for security filter configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Greene <[email protected]>
Signed-off-by: mgreene57005 <[email protected]>
  • Loading branch information
matthewgreene committed Feb 8, 2025
1 parent 8e2a4bf commit 48ffa3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/servlet/architecture.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ The above configuration will result in the following `Filter` ordering:
|====
| Filter | Added by
| xref:servlet/exploits/csrf.adoc[CsrfFilter] | `HttpSecurity#csrf`
| xref:servlet/authentication/passwords/form.adoc#servlet-authentication-form[UsernamePasswordAuthenticationFilter] | `HttpSecurity#formLogin`
| xref:servlet/authentication/passwords/basic.adoc[BasicAuthenticationFilter] | `HttpSecurity#httpBasic`
| xref:servlet/authentication/passwords/form.adoc#servlet-authentication-form[UsernamePasswordAuthenticationFilter] | `HttpSecurity#formLogin`
| xref:servlet/authorization/authorize-http-requests.adoc[AuthorizationFilter] | `HttpSecurity#authorizeHttpRequests`
|====

Expand Down

0 comments on commit 48ffa3b

Please sign in to comment.