-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
9 / 99 of 9 issues completedClosed
9 / 99 of 9 issues completed
Copy link
Labels
in: webAn issue in web modules (web, webmvc)An issue in web modules (web, webmvc)type: enhancementA general enhancementA general enhancement
Milestone
Description
In future versions of Spring Security, we should move away from PathMatcher
(used by AntPathRequestMatcher
) and HandlerMappingIntrospector
(used by MvcRequestMatcher
) as they are deprecated Spring Framework 7.0 M1.
This will also assist with efforts to simplify construction of path-based RequestMatcher
s.
- Migrate
CasAuthenticationFilter
fromAntPathRequestMatcher
- Migrate
SwitchUserFilter
fromAntPathRequestMatcher
- Migrate
OAuth2LoginBeanDefinitionParser
fromAntPathRequestMatcher
Sub-issues
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