浏览代码

Merge branch '5.7.x' into 5.8.x

Closes gh-13292
Rob Winch 2 年之前
父节点
当前提交
312b758b3a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/modules/ROOT/pages/migration/servlet/config.adoc

+ 1 - 1
docs/modules/ROOT/pages/migration/servlet/config.adoc

@@ -969,6 +969,6 @@ public class SecurityConfig {
 
 And the same applies to every other annotation listed above.
 
-==== Other Scenarios
+=== Other Scenarios
 
 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`].