Actions
Bug #6226
closedHeaders output when they aren't supposed to
Description
If the headers are suppressed due to format = raw or json then _renderCheckOutput echos them anyway. This breaks raw/json responses. Headers should not output in this case. _renderCheckOutput either needs removed or it needs to check format.
Actions