Correct error in web.xml parsing rules for the <others/> tag when using absolute ordering.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1148277 13f79535-47bb-0310-9956-
ffa450edef68
new RelativeOrderingRule());
digester.addCallMethod(fullPrefix + "/absolute-ordering/name",
"addAbsoluteOrdering", 0);
- digester.addCallMethod(fullPrefix + "/absolute-ordering/name/others",
+ digester.addCallMethod(fullPrefix + "/absolute-ordering/others",
"addAbsoluteOrderingOthers");
}
caused tomcat-jdbc.jar and commons-beanutils*.jar to be not
ignored when scanning jars for tag libraries. (kkolinko)
</fix>
+ <fix>
+ <bug>51518</bug>: Correct error in web.xml parsing rules for the
+ <others/> tag when using absolute ordering. (markt)
+ </fix>
</changelog>
</subsection>
<subsection name="Coyote">