Skip to content

Deprecate Authorization Logic that uses FilterInvocation #17781

@rwinch

Description

@rwinch

We should deprecate authorization logic that uses FilterInvocation in favor of using RequestAuthorizationContext. A few examples:

  • SecurityExpressionHandler<FilterInvocation> in favor of SecurityExpressionHandler<RequestAuthorizationContext>
  • FilterInvocationExpressionRoot (might change to HttpServletRequestExpressionRoot) in favor of WebSecurityExpressionRoot
  • DefaultWebSecurityExpressionHandler in favor of DefaultHttpSecurityExpressionHandler

Related gh-17673

Metadata

Metadata

Assignees

Labels

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

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions