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

Parse error when reading JSON through the Jackson non-blocking parser [SPR-15803] #20358

Closed
spring-projects-issues opened this issue Jul 21, 2017 · 1 comment
Assignees
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Jul 21, 2017

Rossen Stoyanchev opened SPR-15803 and commented

The issue has been reported to Jackson along with a sample project .


Affects: 5.0 RC3

Issue Links:

Referenced from: commits 14ccb38, bd0de70

@spring-projects-issues
Copy link
Collaborator Author

Rossen Stoyanchev commented

The issue turned out to be related to Spring's Jackson2JsonTokenzier skipping over nested start and end array tokens where in fact the intent was to only to unwrap the top-level array into a stream of objects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) type: bug A general bug
Projects
None yet
Development

No branches or pull requests

2 participants