The web application [/HOTEL] created a ThreadLocal with key of type
The web application [/HOTEL] created a ThreadLocal with key of type [com.opensymphony.xwork2.inject.ContainerImpl$10] (value [com.opensymphony.xwork2.inject.ContainerImpl$10@1886bb7]) and a value of type [java.lang.Object[]] (value [[Ljava.lang.Object;@157e118]) but failed to remove it when the web application was stopped. Threads are going to be renewed over time to try and avoid a probable memory leak.
public class Login extends ActionSupport{
action类忘了继承ActionSupport
还没有评论,来说两句吧...