You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 RequestMatchers.
Add mechanism to opt into PathPatternRequestMatcher in XML
The text was updated successfully, but these errors were encountered:
Hi, @evgeniycheban, thanks for volunteering! Some of this is already addressed in a draft PR, so allow me to clean that up first so it's clear what work remains. I'll report back here when that's ready, and then we can divvy out the remaining work.
In future versions of Spring Security, we should move away from
PathMatcher
(used byAntPathRequestMatcher
) andHandlerMappingIntrospector
(used byMvcRequestMatcher
) as they are deprecated Spring Framework 7.0 M1.This will also assist with efforts to simplify construction of path-based
RequestMatcher
s.PathPatternRequestMatcher
in XMLThe text was updated successfully, but these errors were encountered: