[Webhook] WebhookController doesn't accept /
character in the webhook path
#50973
Labels
/
character in the webhook path
#50973
Symfony version(s) affected
6.3.0
Description
Webhook routing with a
/
character in the path doesn't work. This is due to the Symfony router by default doesn't allow a/
character in a route parameterHow to reproduce
Install a new
symfony/webhook
componentAdd a new webhook config with a
/
character in the routeThe route won't match and return 404
Possible Solution
Apply the solution from the routing documentation when configuring
WebhookController
classAdditional Context
No response
The text was updated successfully, but these errors were encountered: