Integer overflow while uploading big files (> 2.1 GB) using webflux [SPR-17345] #21879
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
wendigo opened SPR-17345 and commented
While uploading big files (> 2.1 GB) request ends with integer overflow that happens exactly here:
https://github.com/spring-projects/spring-framework/blob/master/spring-web/src/main/java/org/springframework/http/codec/multipart/SynchronossPartHttpMessageReader.java#L141
Content-Length being Long is converted to int.
Referenced from: commits 6fe8cb9, 9064ef5
Backported to: 5.0.10
The text was updated successfully, but these errors were encountered: