You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2016/12/28 22:26:58 UTC

[jira] [Closed] (FILEUPLOAD-245) DiskFileItem.get() may not fully read the data

     [ https://issues.apache.org/jira/browse/FILEUPLOAD-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sebb closed FILEUPLOAD-245.
---------------------------

> 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
>             Fix For: 1.4
>
>
> 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.3.4#6332)