Closed Belgabor closed 1 year ago
Huh, that does look wrong :( I'm pretty sure quick-xml didn't do automatic escaping of strings when I wrote the initial implementation, but it looks like it definitely does do now ... I'll look into it. I might be able to drop the manual escaping code if quick-xml now handles this internally
I've dropped the code that caused the duplicate (un)escaping and added two small test cases to ensure this won't happen again by accident. I released a new version of the v0.5 branch (v0.5.4), which should be available from crates.io any second now. I'll now forward port this fix to the main branch as well. Thanks for the report!
I need to pass an url with parameters via XML-RPC, unfortunately '&' gets double escaped.
From the server log: