Multipart messages with empty parts are not correctly parsed in WebFlux #30953
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: regression
A bug that is also a regression
Milestone
I create a demo project using https://start.spring.io/, when upgrading to springboot3.1.2(springframework6.0.11), , the unit test failed. I'm not sure it's a bug or I need to change the code?
It seems the uploading source code by zip is not support, the Github library address is: https://github.com/hopefulwalker/learning.git
The controller code:
The unit test code :
when running with 3.1.2, It seems only send the fist FilePart
when running with 2.7.14, it send 2 FilePart
The text was updated successfully, but these errors were encountered: