Spotted by Christoph Beck
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@894863
13f79535-47bb-0310-9956-
ffa450edef68
private static final String SEP = System.getProperty("file.separator");
private static final String PROPERTY_FILE =
- System.getProperty("java.home") + "jre" + SEP + "lib" + SEP +
- "el.properties";
+ System.getProperty("java.home") + "lib" + SEP + "el.properties";
private static final String PROPERTY_NAME = "javax.el.ExpressionFactory";
public abstract Object coerceToType(Object obj, Class<?> expectedType)