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

Leo Baschy (JIRA) jira-events at lists.jboss.org
Thu Mar 1 11:07:12 EST 2007


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


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