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.
Updated by krileon about 8 years ago
Fixed in !1122
Stops header output in _renderCheckOutput if no_html = 1, format = raw, or format = json.
Updated by krileon about 8 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions