Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
905e311e
Commit
905e311e
authored
Nov 02, 2017
by
Madhura Bhave
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update javadoc
parent
b2efef2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
WebFluxSecurityConfiguration.java
...igure/security/reactive/WebFluxSecurityConfiguration.java
+2
-1
No files found.
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/security/reactive/WebFluxSecurityConfiguration.java
View file @
905e311e
...
@@ -24,7 +24,8 @@ import org.springframework.security.web.server.WebFilterChainProxy;
...
@@ -24,7 +24,8 @@ import org.springframework.security.web.server.WebFilterChainProxy;
/**
/**
* Switches on {@link EnableWebFluxSecurity} for a reactive web application if this
* 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
* @author Madhura Bhave
*/
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment