-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | yes |
RFC? | no |
Symfony version | 4.0.7 |
Symfony 4.0.7 now throws an HTTP 404 (Not Found) when you perform a request with a method excluded in the route configuration (e.g. when there are only routes supporting GET and you perform a POST). Previously (tested with 4.0.6) this used to be a HTTP 405 (Method not allowed) that IMHO fits better in this case. At least, if this behaviour was desired, it breaks BC.