|
|
|
|
@ -28,8 +28,8 @@ import org.springframework.security.config.annotation.web.configuration.WebSecur
@@ -28,8 +28,8 @@ import org.springframework.security.config.annotation.web.configuration.WebSecur
|
|
|
|
|
* {@link EnableWebSecurity} annotation. This will make sure that the annotation is |
|
|
|
|
* present with default security auto-configuration and also if the user adds custom |
|
|
|
|
* security and forgets to add the annotation. If {@link EnableWebSecurity} has already |
|
|
|
|
* been added or if a bean with name {@value BeanIds#SPRING_SECURITY_FILTER_CHAIN} has been configured by the |
|
|
|
|
* user, this will back-off. |
|
|
|
|
* been added or if a bean with name {@value BeanIds#SPRING_SECURITY_FILTER_CHAIN} has |
|
|
|
|
* been configured by the user, this will back-off. |
|
|
|
|
* |
|
|
|
|
* @author Madhura Bhave |
|
|
|
|
* @since 2.0.0 |
|
|
|
|
|