https://bz.apache.org/bugzilla/show_bug.cgi?id=58486
Luke Woodward <lukewoodwar...@yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- OS| |All --- Comment #1 from Luke Woodward <lukewoodwar...@yahoo.co.uk> --- The servlet in my previous comment demonstrates a leak with the 'abort' exception in the class com.sun.org.apache.xml.internal.serialize.DOMSerializerImpl. If you replace the lines document.createElement("test"); DOMImplementationLS implementation = (DOMImplementationLS)document.getImplementation(); implementation.createLSSerializer().writeToString(document); with document.normalizeDocument(); then this causes a leak with com.sun.org.apache.xerces.internal.dom.DOMNormalizer.abort instead. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org