Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.10, 2.1.0
-
None
-
Win XP, J2SE 1.5.0_08, struts-core-2.0.2-SNAPSHOT (Dec 07)
-
Patch
Description
commons-fileupload DiskFileItem will not write any data to the file system until its sizeThreshold has been reached. This is not considered in JakartaMultipartRequest. It should check this when getting the File object that is later injected to an Action.