You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of #23092, PathPatternParser allows custom separators - but the extractPathWithinPattern implementation, when extracting the path within the pattern of a matched route (see PathPattern::extractPathWithinPattern), does not take into account the configured separator and only uses the default, /.
The text was updated successfully, but these errors were encountered:
bclozel
changed the title
PathPatternParser::extractPathWithinPattern does not use custom separator
PathPattern::extractPathWithinPattern does not use custom separator
Jun 20, 2019
As of #23092, PathPatternParser allows custom separators - but the
extractPathWithinPattern
implementation, when extracting the path within the pattern of a matched route (seePathPattern::extractPathWithinPattern
), does not take into account the configured separator and only uses the default,/
.The text was updated successfully, but these errors were encountered: