ZF-11406: ContextSwitch doc states incorrect XML content-type header
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
Comments
Posted by Ramon Henrique Ornelas (ramon) on 2011-09-03T19:59:56.000+0000
Fix r24438 merged to branch release 1.11 r24439.