remove tmp file after use in DefaultPictureAdapter
--------------------------------------------------

                 Key: NXP-2359
                 URL: http://jira.nuxeo.org/browse/NXP-2359
             Project: Nuxeo Enterprise Platform 5
          Issue Type: Improvement
            Reporter: Alexandre Russel
            Assignee: Laurent Doguin


Code create tmp file but doesn't seem to remove it. 

        file = File.createTempFile("tmp", ".jpg");
        fileContent.transferTo(file);
        type = getImagingService().getImageMimeType(file);
        addViews(pictureTemplates, filename, title);

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

        
_______________________________________________
ECM-tickets mailing list
ECM-tickets@lists.nuxeo.com
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to