Sebb created FILEUPLOAD-245:
-------------------------------
Summary: DiskFileItem.get() may not fully read the data
Key: FILEUPLOAD-245
URL: https://issues.apache.org/jira/browse/FILEUPLOAD-245
Project: Commons FileUpload
Issue Type: Bug
Affects Versions: 1.3.1
Reporter: Sebb
DiskFileItem.get() invokes InputStream#read, and appears to assume that it will
always read all available data. However that is not necessarily the case.
It would be safer to use the Commons IO method IOUtils#readFully
[The component already depends on CommonsIO]
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)