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 4c008e7 + 6f43f84 commit d91b0f1Copy full SHA for d91b0f1
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