mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
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:
+1
-1
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user