We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6c5c8b commit a5e1868Copy full SHA for a5e1868
src/Doctrine/Phpcr/RouteProvider.php
@@ -64,7 +64,7 @@ public function __construct(
64
*/
65
public function getCandidates(Request $request)
66
{
67
- $invalidCharacters = [':', '[', ']'];
+ $invalidCharacters = [':', '[', ']', '|'];
68
foreach ($invalidCharacters as $invalidCharacter) {
69
if (false !== strpos($request->getPathInfo(), $invalidCharacter)) {
70
return [];
0 commit comments