Details
-
Type:
Docs: Problem
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.11.11
-
Component/s: Zend_Controller
-
Labels:None
-
Language:English
-
Tags:
Description
The documentation for the ContextSwitch helper states the XML context will set the content-type response header to text/xml.
This is incorrect as the code actually sets the header to application/xml.
See Zend/Controller/Action/Helper/ContextSwitch.php:149
Fix r24438 merged to branch release 1.11 r24439.