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

Check why UTF-8 decoding does not fail on illegal encodings of Surrogate codes #363

Open
cowtowncoder opened this issue Mar 22, 2017 · 0 comments

Comments

@cowtowncoder
Copy link
Member

See FasterXML/jackson-dataformats-binary#65 for background: it looks like UTF-8 json parser is not checking for case of 3-byte character being surrogate: I think it should.
(although there is still the whole issue of why JSON escapes may be used in such a way...).

@cowtowncoder cowtowncoder added 2.10 and removed 2.9 labels Jan 17, 2019
@cowtowncoder cowtowncoder added 2.12 and removed 2.10 labels May 18, 2020
@cowtowncoder cowtowncoder removed the 2.12 label Dec 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant