Zend默认的ContextSwitch Action Helper for XML错误地将Content-Type标头设置为“application / xml”,而文档声称它将其设置为“test / xml”。
其他人是否碰到了这个。这是一个错误吗?感谢。
答案 0 :(得分:1)
这绝对是一个文档错误。
来自代码
'xml' => array(
'suffix' => 'xml',
'headers' => array('Content-Type' => 'application/xml'),
)