https://issues.apache.org/bugzilla/show_bug.cgi?id=48716

--- Comment #19 from Mark Thomas <ma...@apache.org> 2010-10-08 08:31:47 EDT ---
I've added the additional check before the reset() call to trunk and it will be
in 7.0.4 onwards.

For users that want to use the default LogManager, as long as applications are
not reloaded the worst that should happen is loggers being shared across
multiple applications.

If application reload is required and memory leaks are not acceptable then the
suggested approach in comment #10 / comment #16 should address any potential
memory leak issues and could be implemented as a ServletContextListener. I
don't propose adding this code to the Tomcat code-base.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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

Reply via email to