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

URL-encoding should not apply to 'application/xml' payload data #10

Closed
GoogleCodeExporter opened this issue Aug 26, 2015 · 3 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1. Add and use a new Content-Type "application/xml"
2. Send some XML as payload data i.e. using "Raw input"
3. Click "Send request"

What is the expected output? What do you see instead?
I expect the payload data to be sent as-is.
What I see instead is the " (double-quote), as used to declare a namespace, 
being URL-encoded to %22

What version of the product are you using? On what operating system?
Advanced Rest Client: 2.0.4 (as of 01/08/2011)
Chrome: 14.0.803.0 dev
Ubuntu: Natty 11.04

Original issue reported on code.google.com by dbisho...@gmail.com on 1 Aug 2011 at 4:04

@GoogleCodeExporter
Copy link
Author

Issue 14 has been merged into this issue.

Original comment by jarro...@gmail.com on 2 Aug 2011 at 7:46

@GoogleCodeExporter
Copy link
Author

Issue 11 has been merged into this issue.

Original comment by jarro...@gmail.com on 2 Aug 2011 at 7:46

@GoogleCodeExporter
Copy link
Author

Data encoding now is only enabled for body form data. Now request payload 
should not change during request.
Bug is fixed in 2.0.5.

Original comment by jarro...@gmail.com on 3 Aug 2011 at 2:15

  • Changed state: Fixed
  • Added labels: Priority-High
  • Removed labels: Priority-Medium

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

No branches or pull requests

1 participant