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 Spring Framework 6.2 with #31823, we enabled Spring Security to work without HandlerMappingIntrospector when all handler mappings use PathPatternParser (default). The deprecation of PathPatcher use in web modules in #34018 would make it possible to also deprecate HandlerMappingIntrospector.