make key depend on context loader, so they don't get shared between apps

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@827757 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Musachy Barroso
2009-10-20 18:12:08 +00:00
parent fd2d60ad44
commit 9c10bbb895
@@ -46,7 +46,7 @@ import org.apache.struts2.jasper.el.ELContextImpl;
*/
public class JspApplicationContextImpl implements JspApplicationContext {
private final static String KEY = JspApplicationContextImpl.class.getName();
private final static String KEY = JspApplicationContextImpl.class.getName() + "@" + JspApplicationContextImpl.class.getClassLoader().hashCode();
private final static ExpressionFactory expressionFactory = new ExpressionFactoryImpl();