Skip to content

PostAuthorize Method Interceptors Should Use Order from AuthorizationInterceptorsOrder #14720

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

Closed
marcusdacoregio opened this issue Mar 12, 2024 · 0 comments
Assignees
Labels
in: core An issue in spring-security-core type: bug A general bug
Milestone

Comments

@marcusdacoregio
Copy link
Contributor

AuthorizationManagerAfterMethodInterceptor creates interceptors using the PostAuthorizeAuthorizationManager. However, the order of those interceptors are hard-coded with 500. It should use the value provided by AuthorizationInterceptorsOrder.POST_AUTHORIZE.getOrder()

See

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core An issue in spring-security-core type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant