[
https://issues.apache.org/jira/browse/FILEUPLOAD-191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Tomek updated FILEUPLOAD-191:
------------------------------
Description:
While uploading files I need to use FileItem.getInputStream. I've discovered
that when FileItem.getInputStream is used, the FileItem is not deleted from the
temporary files, even when inputStream is closed. I've reproduce it in my
application, as well as in the simple servlet with only FileItem iterating and
file write (and FileItem.getInputStream usage). I've discovered also that this
issue does not affect every file. I will attach a sample file for which the
issue always occurs.
I've tested it with versions: 1.2, 1.2.1 and 1.2.2
was:
During uploading files I need to use FileItem.getInputStream. I've discovered
that when the code with use of FileItem.getInputStream the FileItem isn't
deleted from the temporary files, even if inputStream is closed. I've tested it
in my application and in simple servlet where there's only fileitem itereating
and file write (and FileItem.getInputStream usage). I've discored also that
this issue don't affect all files. I will atach sample file for which I've
always this issue.
I've tested it with versions: 1.2, 1.2.1 and 1.2.2
> Temporary files aren't deleted when FileItem.getinputStream is used
> -------------------------------------------------------------------
>
> Key: FILEUPLOAD-191
> URL: https://issues.apache.org/jira/browse/FILEUPLOAD-191
> Project: Commons FileUpload
> Issue Type: Bug
> Affects Versions: 1.2, 1.2.1, 1.2.2
> Environment: Windows 7, Apache Tomcat 6.0.29
> Reporter: Tomek
> Attachments: Golf Ball.jpg, webapp.zip
>
>
> While uploading files I need to use FileItem.getInputStream. I've discovered
> that when FileItem.getInputStream is used, the FileItem is not deleted from
> the temporary files, even when inputStream is closed. I've reproduce it in my
> application, as well as in the simple servlet with only FileItem iterating
> and file write (and FileItem.getInputStream usage). I've discovered also that
> this issue does not affect every file. I will attach a sample file for which
> the issue always occurs.
> I've tested it with versions: 1.2, 1.2.1 and 1.2.2
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira