From 905e311ef24a15c9accb39723eca12286b31a3e7 Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Wed, 1 Nov 2017 18:18:07 -0700 Subject: [PATCH] Update javadoc --- .../security/reactive/WebFluxSecurityConfiguration.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/WebFluxSecurityConfiguration.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/WebFluxSecurityConfiguration.java index 1d976f0b59..f2d7bdfc45 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/WebFluxSecurityConfiguration.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/WebFluxSecurityConfiguration.java @@ -24,7 +24,8 @@ import org.springframework.security.web.server.WebFilterChainProxy; /** * Switches on {@link EnableWebFluxSecurity} for a reactive web application if this - * annotation has not been added by the user. + * annotation has not been added by the user. This configuration also backs off if a + * bean of type {@link WebFilterChainProxy} has been configured in any other way. * * @author Madhura Bhave */