[ http://mc4j.org/jira/browse/STS-403?page=comments#action_10795 ] Kai Grabfelder commented on STS-403: ------------------------------------
I think so, yes. But I'm a little bit unsecure whethever this does not cause any side effects when stripes is deployed with various other applications in an application server... > 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: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Stripes-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/stripes-development
