-
Notifications
You must be signed in to change notification settings - Fork 38.7k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Spring MVC has always used AntPathMatcher
but the use of patterns has grown over time with annotated controllers and URI variables present in most patterns. This is why for WebFlux we introduced PathPatternParser
and the parsed PathPattern
representation which enables more efficient path matching.
This issue is to add support for using PathPattern
in Spring MVC as an alternative to the AntPathMatcher
which will also require using a RequestPath
, a parsed representation of the request path.
LukeButters and ZhangDi-d
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement