XW-620 Cleanup all ThreadLocal references on context shutdown

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@759279 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2009-03-27 17:40:48 +00:00
parent 4b77bc27b0
commit 2f3deb06b2
@@ -287,6 +287,9 @@ public class Dispatcher {
interceptor.destroy();
}
//cleanup action context
ActionContext.setContext(null);
// clean up configuration
configurationManager.destroyConfiguration();
configurationManager = null;