I just updated to 2.1.0-b11 to see if I can get rid of the issue
mentioned in these
http://java.net/jira/browse/JAVASERVERFACES-1730
(com.sun.faces.util.Util ThreadLocal leak)
http://java.net/jira/browse/JAVASERVERFACES-1820 (ThreadLocal in Util
class causes memory leak)
however, I now have a similar error showing up in my logs:
09:53:16,221 ERROR [org.apache.catalina.loader.WebappClassLoader] The
web application [/mto-app] created a ThreadLocal with key of type
[null] (value [javax.faces.context.FacesContext$1_at_d388bc]) and a value
of type [com.sun.faces.config.InitFacesContext] (value
[com.sun.faces.config.InitFacesContext_at_1b62675]) but failed to remove
it when the web application was stopped. This is very likely to create
a memory leak.
I'm guessing this isn't normal, can anyone provide any guidance? Should
I file a bug?