orbednetwork / chrome-rest-client

Automatically exported from code.google.com/p/chrome-rest-client
0 stars 0 forks source link

Escaping of quoted identifiers no longer supported? #109

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a PUT service which accepts text/xml
2. Send a body in the following format:

<NodeName xmlns=\"NameSpace">
  //Stuff
</NodeName>

What is the expected output? What do you see instead?
This used to convert the '\"' into '"' so the service could understand it, 
however this is no longer the case. We get a 400 error. The XML is auto 
generated from an XSD so cannot be changed

On what operating system?
Windows 7

Please provide any additional information below.
N/A

Original issue reported on code.google.com by brad.kno...@gmail.com on 9 Nov 2012 at 10:43

GoogleCodeExporter commented 9 years ago
Not sure if I fully understand. Previous version wasn't do  anything with 
payload as well as current one. There were no XML correction. I still think 
that the app should not interfere with payload.

Original comment by jarro...@gmail.com on 10 Nov 2012 at 1:28

GoogleCodeExporter commented 9 years ago

Original comment by jarro...@gmail.com on 23 Nov 2012 at 10:38