During file upload no more receiving the Content-Length header from Spring Boot 3.4.2 #34451
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
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.
The text was updated successfully, but these errors were encountered: