Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

XMLRPC does not properly pass < and > characters #21

Open
GeeH opened this issue Jun 28, 2016 · 1 comment
Open

XMLRPC does not properly pass < and > characters #21

GeeH opened this issue Jun 28, 2016 · 1 comment

Comments

@GeeH
Copy link
Contributor

GeeH commented Jun 28, 2016

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?


@weierophinney
Copy link
Member

This repository has been closed and moved to laminas/laminas-xmlrpc; a new issue has been opened at laminas/laminas-xmlrpc#2.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants