Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XMLRPC does not properly pass < and > characters #2

Open
weierophinney opened this issue Dec 31, 2019 · 0 comments
Open

XMLRPC does not properly pass < and > characters #2

weierophinney opened this issue Dec 31, 2019 · 0 comments

Comments

@weierophinney
Copy link
Member

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?



Originally posted by @GeeH at zendframework/zend-xmlrpc#21

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

No branches or pull requests

1 participant