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

Replace WebInvocationPrivilegeEvaluator #16543

Open
3 tasks
jzheaux opened this issue Feb 5, 2025 · 0 comments
Open
3 tasks

Replace WebInvocationPrivilegeEvaluator #16543

jzheaux opened this issue Feb 5, 2025 · 0 comments
Labels
in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement

Comments

@jzheaux
Copy link
Contributor

jzheaux commented Feb 5, 2025

With the introduction of AuthorizationManager, it should be possible to deprecate WebInvocationPrivilegeEvaluator.

The steps are as follows:

  • Expose an Authorization Manager that can accept request elements
  • Update JSP taglib support to use AuthorizationManager
  • Deprecate WebInvocationPrivilegeEvaluator and implementations

Note that the default WebInvocationPrivilegeEvaluator implementation also allows for setting a HttpServletRequestTransformer; however this need not be ported as it exists largely to facilitate coordination with HandlerMappingIntrospector, which is also being deprecated.

@jzheaux jzheaux added in: web An issue in web modules (web, webmvc) type: enhancement A general enhancement labels Feb 5, 2025
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: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant