ZF-3002: Wrong Zend_XmlRpc_Server's responce Content-type
Description
Zend_XmlRpc_Server sends HTTP header Content-Type: application/xml, but in www.xmlrpc.com/spec" rel="nofollow">XML-RPC spec I see responce example with Content-Type: text/xml. So, Zend XML-RPC client is not compatible with XML-RPC spec. Moreover it dosn't work with some XML-RPC clients (Ruby XML-RPC for example).
P.S.: Issue from nabble.com http://nabble.com/question-about-Zend_XmlRpc_Serveā¦
Comments
Posted by Wil Sinclair (wil) on 2008-03-31T15:25:58.000+0000
Please evaluate and categorize as necessary.
Posted by Sergej Kurakin (realzaza) on 2008-03-31T15:28:39.000+0000
I know, such patch looks funny. But here is the patch, that resolves this issue.
Posted by Matthew Weier O'Phinney (matthew) on 2008-04-22T11:32:48.000+0000
Scheduling for next mini release.
Posted by Matthew Weier O'Phinney (matthew) on 2008-05-02T12:20:00.000+0000
Resolved in trunk and 1.5 release branch