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

JSON (jackson) @RequestBody marshalling throws java.io.EOFException when body is missing [SPR-9238] #13876

Closed
spring-projects-issues opened this issue Mar 14, 2012 · 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 Mar 14, 2012

Michel Zanini opened SPR-9238 and commented

In the case that the message body is missing a java.io.EOFException is thrown.
An org.springframework.http.converter.HttpMessageNotReadableException is more appropriate in this case.

This issue is related to:
https://jira.springsource.org/browse/SPR-7439


Affects: 3.1.1

Sub-tasks:

Issue Links:

@spring-projects-issues
Copy link
Collaborator Author

Michel Zanini commented

Affect version 3.1.1 of Spring

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