Skip to content

Replace WebInvocationPrivilegeEvaluator #16543

Open
@jzheaux

Description

@jzheaux

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webAn issue in web modules (web, webmvc)type: enhancementA general enhancement

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions