git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@980347
13f79535-47bb-0310-9956-
ffa450edef68
"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",
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">