[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-965) fileUpload component should delete temporary files

Gavin King (JIRA) jira-events at lists.jboss.org
Thu Mar 1 11:29:08 EST 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-965?page=all ]

Gavin King updated JBSEAM-965:
------------------------------

    Fix Version/s: 1.2.1.GA
         Assignee: Shane Bryzak

> fileUpload component should delete temporary files
> --------------------------------------------------
>
>                 Key: JBSEAM-965
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-965
>             Project: JBoss Seam
>          Issue Type: Patch
>          Components: JSF
>    Affects Versions: 1.2.0.GA
>         Environment: Windows XP, Java 1.5
>            Reporter: Leo Baschy
>         Assigned To: Shane Bryzak
>             Fix For: 1.2.1.GA
>
>         Attachments: MultipartRequest.java.patch
>
>
> If configured to write to temporary files then Seam fileUpload component marks them for delete on exit from JVM.  Until then they accumulate (in the usual temporary directory), for each upload, as long as the server is running.  The application developer only has the InputStream, which doesn't allow file deletion.  The application developer can call close() for the InputStream, but that doesn't delete the file.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list