Allow separator configuration in PathPatternParser #23092
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Since #22642, the new
RouteMatcher
interface allows to choose various implementation for matching routes in the MVC, WebFlux and Messaging infrastructures.This issue is a follow up of #22642 and prepares
PathPatternParser
for spring-projects/spring-boot#16865: in order to usePathPatternParser
in a messaging context, we need to change the default path separator"/"
to something appropriate for messaging paths, usually the"."
separator.This issue should provide a way to configure the path separator with
PathPatternParser
.The text was updated successfully, but these errors were encountered: