PartFile name lost when building a MultiPart #27007
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: regression
A bug that is also a regression
Milestone
As requested here is the new issue @poutsma
My server receive a multipart, take the FilePart from the incoming request and rename it in the outgoing request. Something like that:
I came across this issue when upgrading my spring version : when I do this, in the outgoing request, the part that I wanted to rename "bar" is still named "foo". It worked in spring 5.2.8 (it renamed the part) but in 5.3.6 the file is not renamed anymore.
I think it's related to this commit e537844 and to the issue #26410
Do you have any advice ?
Thanks.
The text was updated successfully, but these errors were encountered: