DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30156>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30156

Image file opened but not closed

           Summary: Image file opened but not closed
           Product: Fop
           Version: 0.20.5
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: images
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When using Jimi library to handle images, the code that does this open the 
stream to the image file using (url.getStream()) but did not close it. This 
prevent the deletion on the image files. 

This doesn't have much impact on on-off application but it creates a lot of 
troubles in the long-standing web application.

I have confirmed this by trying modifying the source code (JimiImage.loadImage
()) to close the stream and it worked.

Reply via email to