GH-3885: Document Spring Security integration for WebFlux and WebMVC gateways#4198
Merged
ryanjbaxter merged 1 commit intoJun 15, 2026
Conversation
… and WebMVC gateways Add spring-security.adoc pages to both the WebFlux and WebMVC gateway modules covering required starters, default Spring Security behavior, SecurityWebFilterChain/SecurityFilterChain configuration, the HTTP Firewall concern for WebMVC (StrictHttpFirewall blocking proxied paths), and cross-references to the TokenRelay filter and Spring Security docs. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Closes #3885
spring-security.adocto both the WebFlux and WebMVC gateway modulesspring-boot-starter-security,oauth2-client,oauth2-resource-server)SecurityWebFilterChain/SecurityFilterChainthat allows health endpoints while protecting routesStrictHttpFirewallconcern: it can block requests with encoded slashes or backslashes before they reach the gateway's routing logic, with a configuration example and cautionnav.adoc(aftertls-and-ssl)Test plan
tokenrelay-factory.adocandtokenrelay.adocresolve/reactive/index.html,/servlet/index.html,/servlet/exploits/firewall.html)🤖 Generated with Claude Code