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

During file upload no more receiving the Content-Length header from Spring Boot 3.4.2 #34451

Open
svankamamidi opened this issue Feb 19, 2025 · 2 comments
Labels
in: web Issues in web modules (web, webmvc, webflux, websocket) status: feedback-reminder We've sent a reminder that we need additional information before we can continue status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged or decided on

Comments

@svankamamidi
Copy link

In my rest implementation which is going to receive the uploaded file as FilePart. In FilePart headers() we used to get Content-Length header in Spring Boot 3.3.6. But from 3.4.2 onwards we are not getting this header entry.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Feb 19, 2025
@bclozel bclozel transferred this issue from spring-projects/spring-boot Feb 19, 2025
@bclozel bclozel added the in: web Issues in web modules (web, webmvc, webflux, websocket) label Feb 19, 2025
@bclozel
Copy link
Member

bclozel commented Feb 19, 2025

There are a lot of missing information here so we can’t help you for now.
Please provide a minimal sample application that shows the problem in 3.4.x and works fine in 3.3x. Also, please use the latest maintenance versions as bugs have been fixed in the meantime.

@bclozel bclozel added the status: waiting-for-feedback We need additional information before we can continue label Feb 19, 2025
@spring-projects-issues
Copy link
Collaborator

If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed.

@spring-projects-issues spring-projects-issues added the status: feedback-reminder We've sent a reminder that we need additional information before we can continue label Feb 26, 2025
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) status: feedback-reminder We've sent a reminder that we need additional information before we can continue status: waiting-for-feedback We need additional information before we can continue status: waiting-for-triage An issue we've not yet triaged or decided on
Projects
None yet
Development

No branches or pull requests

3 participants