-
Bug
-
Resolution: Done
-
Major
-
2.0.4.Final
It's not working the file-size-threshold attribute from MultipartConfig in Servlet 3 to not write the uploaded file on disk until it reaches that size.
It writes on disk even with the file size being lower than the threshold. This should not be happening as the documentation says:
- is cloned by
-
JBEAP-14357 [GSS](7.1.z) UNDERTOW-1325 - Servlet MultipartConfig attribute file-size-threshold not working
- Closed