This issue has been moved from the zendframework repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html
Original Issue: zendframework/zendframework#7421
User: @sebastianbarfurth
Created On: 2015-04-04T21:04:18Z
Updated At: 2015-11-06T22:04:17Z
Body
It seems the remote server it not receiving the proper string even though a dump of the request looks right. Is there some kind of encoding going on that breaks < and > in XMLRPC requests?
Comment
User: @adamlundrigan
Created On: 2015-04-04T21:26:47Z
Updated At: 2015-04-04T21:26:47Z
Body
Could you provide some example code that triggers the issue?
Comment
User: @sebastianbarfurth
Created On: 2015-04-04T21:32:38Z
Updated At: 2015-04-04T21:33:25Z
Body
identifier => username
password => R(~{tJZwnrOCK6w!Fh{tVg\<>@;Js|yZ5;e+7(c"SVP`'T7eF.^oiHy#UO.=um1n
$auth = $this->xmlrpc->call('auth', [$identifier, $password]);
This fails even though the password is correct.
Comment
User: @sebastianbarfurth
Created On: 2015-06-21T11:23:29Z
Updated At: 2015-06-21T11:23:29Z
Body
Is anyone gonna give this a second look?