Skip to content

Commit a881194

Browse files
committed
Fix ordering for security filter configuration
Signed-off-by: Matthew Greene <[email protected]>
1 parent 8e2a4bf commit a881194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/servlet/architecture.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ The above configuration will result in the following `Filter` ordering:
237237
|====
238238
| Filter | Added by
239239
| xref:servlet/exploits/csrf.adoc[CsrfFilter] | `HttpSecurity#csrf`
240-
| xref:servlet/authentication/passwords/form.adoc#servlet-authentication-form[UsernamePasswordAuthenticationFilter] | `HttpSecurity#formLogin`
241240
| xref:servlet/authentication/passwords/basic.adoc[BasicAuthenticationFilter] | `HttpSecurity#httpBasic`
241+
| xref:servlet/authentication/passwords/form.adoc#servlet-authentication-form[UsernamePasswordAuthenticationFilter] | `HttpSecurity#formLogin`
242242
| xref:servlet/authorization/authorize-http-requests.adoc[AuthorizationFilter] | `HttpSecurity#authorizeHttpRequests`
243243
|====
244244

0 commit comments

Comments
 (0)