History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: APF-872
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Trivial Trivial
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Add LogFactory.release() for Commons Logging

Created: 05/Sep/07 01:13 AM   Updated: 14/Sep/07 04:22 PM
Component/s: None
Affects Version/s: 2.0-RC1
Fix Version/s: 2.0 Final


 Description  « Hide
Suggested in a comment on my blog:

http://raibledesigns.com/rd/entry/why_i_like_tomcat_5#comment9

Use LogFactory.release(Thread.currentThread().getContextClassLoader()) in your ServletContextListener's contextDestroyed() method to release the resources it takes.

 All   Comments   Change History   FishEye      Sort Order:
Matt Raible - 14/Sep/07 04:22 PM
Reopened to mark "won't fix" because of the following warnings issued by SLF4J when it's in the classpath (caused by displaytag upgrade).

WARN: The method class org.apache.commons.logging.impl.SLF4JLogFactory#release() was invoked.
WARN: Please see http://www.slf4j.org/codes.html for an explanation.