Skip to content

Support for PathPatternParser in Spring MVC #24945

Closed
@rstoyanchev

Description

@rstoyanchev

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.

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions