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
Spring Framework 5 introduced PathPattern and PathPatternParser, and these are components that we should be able to standardize on, allowing this request matcher to be general-purpose, and not Spring MVC-specific like MvcRequestMatcher.
This would use neither HandlerMappingIntrospector nor PathMatcher
The text was updated successfully, but these errors were encountered:
jzheaux
changed the title
Add PathPatternRequestMatcher
Spring Framework 5 introduced PathPattern and PathPatternParser, and these are components that we should be able to standardize on, allowing this request matcher to be general-purpose, and not Spring MVC-specific like MvcRequestMatcher
*This would use neither HandlerMappingIntrospector nor PathMatcher
Add PathPatternRequestMatcher
Jan 16, 2025
Spring Framework 5 introduced
PathPattern
andPathPatternParser
, and these are components that we should be able to standardize on, allowing this request matcher to be general-purpose, and not Spring MVC-specific likeMvcRequestMatcher
.This would use neither
HandlerMappingIntrospector
norPathMatcher
The text was updated successfully, but these errors were encountered: