EHC ❯ ThreadLocal leaks
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
ehcache-web
-
-
drb
-
Reporter: hhuynh
-
August 10, 2010
-
0
-
Watchers: 1
-
July 27, 2012
-
August 11, 2010
Description
Need to remove threadlocal to prevent leaks
http://forums.terracotta.org/forums/posts/list/4053.page
Comments
Hung Huynh 2010-08-10
gluck 2010-08-11
Clear which is called after the page is finally built now calls super.remove.
public void clear() { super.remove(); }
fixed with rev 2614