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=17658>. 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=17658 InputSource objects returned by EntityResolvers leak Summary: InputSource objects returned by EntityResolvers leak Product: XalanC Version: 1.4.x Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: XalanC AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] When an EntityResolver is used during a transformation, any InputSource objects created in response to the document() XPath function are leaked. InputSource objects created to response to xsl:import/xsl:include are not leaked. It is possible that the presense of an EntityResolver is a redherring i.e. maybe all InputSource objects are leaked even if they are not created by an EntityResolver.
