Closed
9 of 9 issues completedDescription
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