The work around is to manually call `Request::enableHttpMethodParameterOverride();` in my front controller. Is this expected? - `2.3.*` **without** HttpCache: `framework.http_method_override` is used and works as expected - `2.3.*` **with** HttpCache: `framework.http_method_override` is ignored