Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[TwigBundle] ExceptionController Ignores Original Request Format #9083

Closed
@rsahlstrom

Description

@rsahlstrom

The commit 7e87eb1 removes the _format param being passed to twig.controller.exception:showAction. No updates were made to the TwigBundle's ExceptionController to account for this change and as such errors or exceptions from non-html requests render incorrectly with the html templates.

One possible fix for this is to update the ExceptionController to rely on $request->getRequestFormat() instead of the $_format argument being passed around in the ExceptionController to its various methods.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions