DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24376>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24376 [PATCH] Missing .close() calls on streams opened for Tiff images Summary: [PATCH] Missing .close() calls on streams opened for Tiff images Product: Fop Version: 0.20.5 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: images AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The code for TIFF image handling is missing .close() statements for some of the streams opened. The can lead to "out of file handle" problems especially in environments where fop is embedded in server type applications. This patch is against 0.20.5. If the same source is used for 1.0 then the patch should be applied there too.
