ZF-771: XmlRpc value encoding can cause conflicts with server and client
Description
Zend_XmlRpc_Value and child classes set the XML encoding for the values when creating XML using DOM. This can cause encoding issues with the server and client, which allow setting explicit encoding, resulting in erroneous or missing XML.
Removing the encoding argument to the DOMDocument constructor fixes the issue.
Comments
Posted by Matthew Weier O'Phinney (matthew) on 2007-01-19T15:25:12.000+0000
Resolved in 2904