-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
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
EnableReactiveMethodSecurity Supports Custom MethodSecurityExpressionHandler #15719
Conversation
Thanks for this, @kse-music, though I'd prefer to start with #7459 - would you consider updating your PR to pick up a custom expression handler instead? This Spring Framework enhancement may prove helpful, though I'm not certain. |
@jzheaux Used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @kse-music! I've left some feedback inline.
Also, would you feel up to porting the Customizing Expression Handling
section in the servlet documentation over to the reactive documentation? If so, please make the necessary modifications so it makes sense in the context of the reactive documentation. Or, if not, no problem, I can add that as a polish.
.../config/annotation/method/configuration/PrePostReactiveMethodSecurityConfigurationTests.java
Show resolved
Hide resolved
@jzheaux All feedback is completed as expected.But I don't quite understand why the Spring-Security-Docs: Antora ' task execute failed. |
Thanks, @kse-music, this is now merged into |
Closes gh-15715