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

xml parser doesn't decode special chars #950

Closed
AllanZhengYP opened this issue Feb 26, 2020 · 1 comment
Closed

xml parser doesn't decode special chars #950

AllanZhengYP opened this issue Feb 26, 2020 · 1 comment
Assignees
Labels
bug This issue is a bug. rc-blocker

Comments

@AllanZhengYP
Copy link
Contributor

Describe the bug
Special characters like <>&" are encoded in responses, see: https://webfocusinfocenter.informationbuilders.com/wfappent/TL2s/TL_lang/source/xmlencod.htm
XML parser should decode these charactors.

Is the issue in the browser/Node.js?
Browser/Node.js

To Reproduce (observed behavior)

ses.verifyEmailAddress({
  EmailAddress: "abc123"
}, (err) => {
  console.log(err.message);
//print "Invalid email address&lt;abc123&gt;."
})

Expected behavior
The logger above should print as Invalid email address<abc123>.

@lock
Copy link

lock bot commented Mar 10, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.

@lock lock bot locked as resolved and limited conversation to collaborators Mar 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue is a bug. rc-blocker
Projects
None yet
Development

No branches or pull requests

2 participants