'path.matcher' service match paths /user/*/* as suited for /user/* pattern.
/user/*/*
/user/*
Example: $this->pathMatcher->matchPath('/user/1/edit', '/user/*') Expected: Not match. Actual: Match.
$this->pathMatcher->matchPath('/user/1/edit', '/user/*')
Active
9.5
Last updated about 11 hours ago