after update to 6.1.1 filepart.content NoSuchFileException error #31710
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: invalid
An issue that we don't feel is valid
Affects: springframework at 6.0.13 is okay but update to 6.1.1 then error
springframework 6.0.13(boot 3.1.5) is okay but update to 6.1.1(boot 3.2.0) then error
I have been performing file uploads to s3 using the content of FilePart. It was working well, but after updating the Spring version, I started getting NoSuchFileException. It occurs correctly about 1 in 20 attempts. Therefore, the majority of the requests fail to upload the file.
The error message is as follows:
and this is my code(kotlin)
Firstly, I downgraded the version, so the problem is currently resolved, but I'm reaching out because I'm unable to upgrade the version.
The text was updated successfully, but these errors were encountered: