-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Open
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement
Milestone
Description
We should deprecate authorization logic that uses FilterInvocation
in favor of using RequestAuthorizationContext
. A few examples:
SecurityExpressionHandler<FilterInvocation>
in favor ofSecurityExpressionHandler<RequestAuthorizationContext>
FilterInvocationExpressionRoot
(might change toHttpServletRequestExpressionRoot
) in favor ofWebSecurityExpressionRoot
DefaultWebSecurityExpressionHandler
in favor ofDefaultHttpSecurityExpressionHandler
Related gh-17673
Metadata
Metadata
Assignees
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement