Correct location.
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 31 Dec 2009 15:13:31 +0000 (15:13 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 31 Dec 2009 15:13:31 +0000 (15:13 +0000)
Spotted by Christoph Beck

git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@894863 13f79535-47bb-0310-9956-ffa450edef68

java/javax/el/ExpressionFactory.java

index 144d6ca..c7b74a2 100644 (file)
@@ -40,8 +40,7 @@ public abstract class ExpressionFactory {
 
     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)