Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zend 默认的 ContextSwitch Action Helper for XML 错误地将 Content-Type 标头设置为“application/xml”,而文档声称它将其设置为“test/xml”。
有没有其他人碰到这个。这是一个错误吗?谢谢。
zend 动作助手文档
这绝对是一个文档错误。
从代码
'xml' => array( 'suffix' => 'xml', 'headers' => array('Content-Type' => 'application/xml'), )
更新:提交的错误 - http://framework.zend.com/issues/browse/ZF-11406