Skip to content

Commit 312b758

Browse files
committed
Merge branch '5.7.x' into 5.8.x
Closes gh-13292
2 parents 1c6dc1a + 68cec50 commit 312b758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/migration/servlet/config.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -969,6 +969,6 @@ public class SecurityConfig {
969969

970970
And the same applies to every other annotation listed above.
971971

972-
==== Other Scenarios
972+
=== Other Scenarios
973973

974974
If you are using `AuthenticationManagerBuilder` for something more sophisticated, you can xref:servlet/authentication/architecture.adoc#servlet-authentication-authenticationmanager[publish your own `AuthenticationManager` `@Bean`] or wire an `AuthenticationManager` instance into the `HttpSecurity` DSL with {security-api-url}org/springframework/security/config/annotation/web/builders/HttpSecurity.html#authenticationManager(org.springframework.security.authentication.AuthenticationManager)[`HttpSecurity#authenticationManager`].

0 commit comments

Comments
 (0)