[ http://mc4j.org/jira/browse/STS-403?page=comments#action_10770 ] Ben Gunter commented on STS-403: --------------------------------
Where should this be called? StripesFilter.destroy()? > StripesFilter should call > LogFactory.release(Thread.currentThread().getContextClassLoader()) to prevent > memory leaks > -------------------------------------------------------------------------------------------------------------------- > > Key: STS-403 > URL: http://mc4j.org/jira/browse/STS-403 > Project: Stripes > Issue Type: Bug > Affects Versions: Release 1.4.3 > Reporter: Tim Fennell > Assigned To: Tim Fennell > Fix For: Release 1.5 > > > Stripes uses commons logging which has a well known memory leak (by retaining > references to ClassLoader instances). Since Stripes uses commons-logging it > should call the following API to ensure resources are released properly: > LogFactory.release(Thread.currentThread().getContextClassLoader()) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://mc4j.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
