用于XML的Zend ContextSwitch操作助手设置了错误的Content-Type标头

时间:2011-05-24 21:18:12

标签: zend-framework content-type zend-framework-mvc context-switch

Zend默认的ContextSwitch Action Helper for XML错误地将Content-Type标头设置为“application / xml”,而文档声称它将其设置为“test / xml”。

其他人是否碰到了这个。这是一个错误吗?感谢。

zend Action helper documentation

1 个答案:

答案 0 :(得分:1)

这绝对是一个文档错误。

来自代码

'xml'  => array(
    'suffix'    => 'xml',
    'headers'   => array('Content-Type' => 'application/xml'),
)

更新:错误提交 - http://framework.zend.com/issues/browse/ZF-11406