Exceptions should respect the requested content type #550
Open
Description
Jira issue originally created by user @bwaidelich:
The Flow ExceptionHandler
s currently only adjust their rendering based on request type (Web/CLI) and context (DebugExceptionHandler
/ProductionExceptionHandler
).
They should, in addition, be able to react upon the requested format, e.g. by evaluating the Accept
HTTP header of the current request.
Jira-URL: https://jira.neos.io/browse/FLOW-202