Fix copy/paste typo
authormarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 29 Jul 2010 07:52:07 +0000 (07:52 +0000)
committermarkt <markt@13f79535-47bb-0310-9956-ffa450edef68>
Thu, 29 Jul 2010 07:52:07 +0000 (07:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@980347 13f79535-47bb-0310-9956-ffa450edef68

java/org/apache/catalina/startup/WebRuleSet.java
webapps/docs/changelog.xml

index 3f786c8..fda97db 100644 (file)
@@ -520,7 +520,7 @@ public class WebRuleSet extends RuleSetBase {
                 "setName", 0);
         digester.addCallMethod(fullPrefix + "/resource-env-ref/resource-env-ref-type",
                 "setType", 0);
-        configureInjectionRules(digester, "web-app/ejb-local-ref/");
+        configureInjectionRules(digester, "web-app/resource-env-ref/");
 
         //message-destination
         digester.addObjectCreate(fullPrefix + "/message-destination",
index 96a551b..75ee435 100644 (file)
         Handle the edge cases where resources packaged in JARs have names that
         start with a single quote character or a double quote character. (markt)
       </fix>
+      <fix>
+        Correct copy and paste typo in web.xml parsing rules that mixed up
+        <code>local-ejb-ref</code> and <code>resource-env-ref</code>. (markt)
+      </fix>
     </changelog>
   </subsection>
   <subsection name="Jasper">