Skip to content

PathPatternRouteMatcher should parse routes with custom separator #23167

@bclozel

Description

@bclozel

As of #23092, PathPatternParser allows custom separators.
PathPatternRouteMatcher accepts a PathPatternParser instance but does not use the configured separator when parsing routes from incoming requests.

This means that currently a Spring RSocket application configured with a . separator for pattern matching does not match correctly, since incoming routes are parsed with the / separator (which is the default).

Metadata

Metadata

Assignees

Labels

in: messagingIssues in messaging modules (jms, messaging)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions