We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The Reactive Firewall doc mentions
@Bean public StrictServerWebExchangeFirewall httpFirewall() { StrictServerWebExchangeFirewall firewall = new StrictServerWebExchangeFirewall(); firewall.setAllowSemicolon(true); return firewall; }
But this StrictServerWebExchangeFirewall bean doesn't seem to be used?
StrictServerWebExchangeFirewall
In my IDE I can't find any usages of WebFilterChainProxy.setFirewall
WebFilterChainProxy.setFirewall
Seems similar to #16061 but this issue for ServerWebExchangeFirewall
ServerWebExchangeFirewall
To Reproduce
Set the ServerWebExchangeFirewall bean per docs.
Expected behavior
The ServerWebExchangeFirewall bean behavior is used.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The Reactive Firewall doc mentions
But this
StrictServerWebExchangeFirewall
bean doesn't seem to be used?In my IDE I can't find any usages of
WebFilterChainProxy.setFirewall
Seems similar to #16061 but this issue for
ServerWebExchangeFirewall
To Reproduce
Set the
ServerWebExchangeFirewall
bean per docs.Expected behavior
The
ServerWebExchangeFirewall
bean behavior is used.The text was updated successfully, but these errors were encountered: