Added comment about http_method_override and HttpCache

This commit is contained in:
Kevin Bond 2013-09-12 15:54:09 -04:00
parent 5b71e61d15
commit 52d2bdd3f4

View File

@ -36,7 +36,7 @@ class Configuration implements ConfigurationInterface
->children()
->scalarNode('secret')->end()
->scalarNode('http_method_override')
->info("Set true to enable support for the '_method' request parameter to determine the intended HTTP method on POST requests.")
->info("Set true to enable support for the '_method' request parameter to determine the intended HTTP method on POST requests. Note: When using the HttpCache, you need to call the method in your front controller instead")
->defaultTrue()
->end()
->arrayNode('trusted_proxies')