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

Client->Server XML malformed on Fedora #15

Closed
metall0id opened this issue Jun 6, 2012 · 4 comments
Closed

Client->Server XML malformed on Fedora #15

metall0id opened this issue Jun 6, 2012 · 4 comments

Comments

@metall0id
Copy link
Contributor

An issue has been reported on Fedora 17 Python 2.7.3 that causes the XML sent from the client to the server to contain newline characters where there shouldn't be. This causes XML parsing errors on the server.

A ping request to the server has been reported to look like:

<?xml version="1.0" ?>
<transmission><command><section>core</section><function>ping</function><arguments/></command></transmission>

instead of:

<?xml version="1.0" ?><transmission><command><section>core</section><function>ping</function><arguments/></command></transmission>
@ikelos
Copy link
Contributor

ikelos commented Jun 21, 2012

It would be worth checking this again once the reflective mercury changes make it in, since that changes the network read code, and may well solve the problem...

@metall0id
Copy link
Contributor Author

Seems to be resolved :)

@kihahu
Copy link

kihahu commented Jul 4, 2012

Hi Tyrone,

Thanks, now I don't have to use a virtual machine. And nice work on the
framework.

On Tue, Jul 3, 2012 at 6:22 PM, Tyrone Erasmus <
reply@reply.github.com

wrote:

Seems to be resolved :)


Reply to this email directly or view it on GitHub:
#15 (comment)

Regards,
Samuel Kihahu
http://infoseckenya.blogspot.com/

@metall0id
Copy link
Contributor Author

Thank you, enjoy :)

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

3 participants