Skip to content

Commit 8b96961

Browse files
committed
minor symfony#49715 [FrameworkBundle] explicitly set the HTTP method override option to false (xabbuh)
This PR was merged into the 6.2 branch. Discussion ---------- [FrameworkBundle] explicitly set the HTTP method override option to false | Q | A | ------------- | --- | Branch? | 6.2 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- 489f9ca explicitly set the HTTP method override option to false
2 parents ed357c0 + 489f9ca commit 8b96961

File tree

1 file changed

+1
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/rate_limiter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
xsi:schemaLocation="http://symfony.com/schema/dic/services https://symfony.com/schema/dic/services/services-1.0.xsd
77
http://symfony.com/schema/dic/symfony https://symfony.com/schema/dic/symfony/symfony-1.0.xsd">
88

9-
<framework:config>
9+
<framework:config http-method-override="false">
1010
<framework:rate-limiter>
1111
<framework:limiter
1212
name="sliding_window"

0 commit comments

Comments
 (0)