From ab02e48c44da6e11819c1a6c90cba303fa3d6d21 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 28 Jan 2018 09:40:40 +0100 Subject: [PATCH] Fix security section indents Closes gh-11813 --- .../src/main/asciidoc/spring-boot-features.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc index 44dfc1bce7..b5541089b9 100644 --- a/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc +++ b/spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc @@ -2996,7 +2996,7 @@ application (including actuator endpoints if actuator is on the classpath). [[boot-features-security-mvc]] -== MVC Security +=== MVC Security The default security configuration is implemented in `SecurityAutoConfiguration` and in the classes imported from there (`SpringBootWebSecurityConfiguration` for web security and `AuthenticationManagerConfiguration` for authentication configuration, which is also @@ -3019,7 +3019,7 @@ commonly used locations. [[boot-features-security-webflux]] -== WebFlux Security +=== WebFlux Security The default security configuration is implemented in `ReactiveSecurityAutoConfiguration` and in the classes imported from there (`WebFluxSecurityConfiguration` for web security and `ReactiveAuthenticationManagerConfiguration` for authentication configuration, which is also