-
Notifications
You must be signed in to change notification settings - Fork 9.4k
fix(Webapi Xml Renderer - 18361): removed the not needed ampersand re… #18380
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
fix(Webapi Xml Renderer - 18361): removed the not needed ampersand re… #18380
Conversation
@nickshatilo Thank you for your contribution. Please add class annotations so that the tests pass, and consider applying the change requested at the 2.2-PR (#18362 (comment)). |
…placement, covered by tests
@josefbehr Fixed. :) |
@nickshatilo Thanks. Could you also please fix the static tests? |
Hi @nickshatilo , any updates in this? Thank you! |
Hi @nickshatilo , I am closing this PR now due to inactivity. |
phew .. it's unlucky that is closed because of problematic static tests ... |
@nickshatilo will work tomorrow on this |
Hi @sivaschenko, thank you for the review. |
@nickshatilo thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository. |
cool, please merge :) |
Hi @nickshatilo. Thank you for your contribution. |
Fixes #18361 (ampersand xml serialisation issue)
Description
As described in #18361, the issue is about having the ampersand in any customer text field, and when using the WebApi, it causes an issue of doubling the encoding. I.e
&
, which is not the case in the XML format, so it should be resolved.Fixed Issues (if relevant)
Manual testing scenarios
The
customer_lastname
tag should containFoo & Bar Corp
Contribution checklist
It is a copy of PR #18362