Replace ParsingPathMatcher with PathPattern registry [SPR-15608] #20167
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Brian Clozel opened SPR-15608 and commented
Now that
PathPattern
has been introduced, further changes can be applied to spring-webflux to simplify the routing algorithm.Instead of relying on the
ParsingPathMatcher
and managing String instances, we could:AbstractHandlerMapping
and subclasses should usePathPattern
instances and a private registry instead ofString
andPathMatcher
PatternsRequestCondition
should also keep an ordered collection ofPathPattern
and use aPathPatternParser
, in order to replaceString
andPathMatcher
Other possible improvements:
Issue Links:
Referenced from: commits 233c15b
The text was updated successfully, but these errors were encountered: