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:
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
You can’t perform that action at this time.
0 commit comments