Commit ab02e48c authored by Stephane Nicoll's avatar Stephane Nicoll

Fix security section indents

Closes gh-11813
parent 57673503
...@@ -2996,7 +2996,7 @@ application (including actuator endpoints if actuator is on the classpath). ...@@ -2996,7 +2996,7 @@ application (including actuator endpoints if actuator is on the classpath).
[[boot-features-security-mvc]] [[boot-features-security-mvc]]
== MVC Security === MVC Security
The default security configuration is implemented in `SecurityAutoConfiguration` and in The default security configuration is implemented in `SecurityAutoConfiguration` and in
the classes imported from there (`SpringBootWebSecurityConfiguration` for web security the classes imported from there (`SpringBootWebSecurityConfiguration` for web security
and `AuthenticationManagerConfiguration` for authentication configuration, which is also and `AuthenticationManagerConfiguration` for authentication configuration, which is also
...@@ -3019,7 +3019,7 @@ commonly used locations. ...@@ -3019,7 +3019,7 @@ commonly used locations.
[[boot-features-security-webflux]] [[boot-features-security-webflux]]
== WebFlux Security === WebFlux Security
The default security configuration is implemented in `ReactiveSecurityAutoConfiguration` and in The default security configuration is implemented in `ReactiveSecurityAutoConfiguration` and in
the classes imported from there (`WebFluxSecurityConfiguration` for web security the classes imported from there (`WebFluxSecurityConfiguration` for web security
and `ReactiveAuthenticationManagerConfiguration` for authentication configuration, which is also and `ReactiveAuthenticationManagerConfiguration` for authentication configuration, which is also
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment