https://bz.apache.org/bugzilla/show_bug.cgi?id=65553
--- Comment #3 from Thomas Hoffmann <[email protected]> --- Hello Michael, if the leak is reported without using JNDIRealm, it might be that your application creates an LDAP-Query or InitialDirContext without closing it? Maybe you can use a breakpoint in "com.sun.jndi.ldap.Connection" to see which code is causing the thread to start. I opened the bug because Tomcat is causing the thread to start, out of the scope of the web-application. It can also happen that a web application causes this leak report but then the application might be able to handle it. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
