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.
2 parents c6c5c8b + a5e1868 commit 4c008e7Copy full SHA for 4c008e7
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