ZF-7639: Zend_XmlRpc_Value* doesn't handle special chars correctly
Description
Two issues with Zend_XmlRpc_Value:
- Zend_XmlRpc_Value_String uses htmlentities() instead of htmlspecialchars() to encode entities resulting in undefined (as in "undefined in XML") entities like รค
- Zend_XmlRpc_Value_Struct doesn't encode it's keys at all
Comments
Posted by Lars Strojny (lars) on 2009-08-19T15:28:25.000+0000
The attached patch fixes the issue and adds a unit test to verify the correct behavior
Posted by Lars Strojny (lars) on 2009-08-22T08:16:28.000+0000
Fixed in r17751
Posted by Satoru Yoshida (satoruyoshida) on 2009-08-26T07:00:41.000+0000
Set the Fix Version