-
Notifications
You must be signed in to change notification settings - Fork 6k
Add AuthorizationManager that uses ExpressionHandler #11105
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
Labels
Milestone
Comments
@jzheaux I'd like to take this. |
@jzheaux I've opened the PR, please take a look when you have time. |
evgeniycheban
added a commit
to evgeniycheban/spring-security
that referenced
this issue
May 12, 2022
jzheaux
pushed a commit
that referenced
this issue
May 13, 2022
jzheaux
added a commit
that referenced
this issue
May 13, 2022
- Add support for request variables - Added additional tests Issue gh-11105
jzheaux
added a commit
that referenced
this issue
May 13, 2022
- Add support for request variables - Added additional tests Issue gh-11105
jzheaux
added a commit
that referenced
this issue
Oct 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
In order to better facilitate the use of
AuthorizationManager
in JSP, Thymeleaf, and XML configuration support, we should add an expression-basedAuthorizationManager
.This can also help folks who may be migrating from
authorizeRequests
which supports expressions and also expression-based voters.The text was updated successfully, but these errors were encountered: