Skip to content
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

AuthorizationManager support should be in authorization package #11491

Open
jzheaux opened this issue Jul 12, 2022 · 0 comments
Open

AuthorizationManager support should be in authorization package #11491

jzheaux opened this issue Jul 12, 2022 · 0 comments
Labels
in: web An issue in web modules (web, webmvc) type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Jul 12, 2022

WebExpressionAuthorizationManager, ExpressionAuthorizationDecision, and DefaultHttpSecurityExpressionhandler are in org.springframework.security.web.access.expression, but they should instead be in org.springframework.security.web.authorization.

AuthorizationFilter, RequestAuthorizationContext, and RequestMatcherDelegatingAuthorizationManager are in org.springframework.security.web.access.intercept, but they should be in org.springframework.security.web.authorization.

@jzheaux jzheaux added in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement type: breaks-passivity A change that breaks passivity with the previous release labels Jul 12, 2022
@jzheaux jzheaux added this to the 6.0.x milestone Jul 12, 2022
@jzheaux jzheaux removed this from the 6.0.x milestone Jan 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web An issue in web modules (web, webmvc) type: breaks-passivity A change that breaks passivity with the previous release type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant