File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
docs/modules/ROOT/pages/servlet Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -237,8 +237,8 @@ The above configuration will result in the following `Filter` ordering:
237
237
|====
238
238
| Filter | Added by
239
239
| xref:servlet/exploits/csrf.adoc[CsrfFilter] | `HttpSecurity#csrf`
240
- | xref:servlet/authentication/passwords/form.adoc#servlet-authentication-form[UsernamePasswordAuthenticationFilter] | `HttpSecurity#formLogin`
241
240
| xref:servlet/authentication/passwords/basic.adoc[BasicAuthenticationFilter] | `HttpSecurity#httpBasic`
241
+ | xref:servlet/authentication/passwords/form.adoc#servlet-authentication-form[UsernamePasswordAuthenticationFilter] | `HttpSecurity#formLogin`
242
242
| xref:servlet/authorization/authorize-http-requests.adoc[AuthorizationFilter] | `HttpSecurity#authorizeHttpRequests`
243
243
|====
244
244
You can’t perform that action at this time.
0 commit comments