xmlValidation and xmlNamespaceAware are removed from the createStandardHost definition of mbeans-descriptors.xml.
xmlValidation and xmlNamespaceAware are attributes of not Host but Contex.
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@
1004125 13f79535-47bb-0310-9956-
ffa450edef68
<parameter name="unpackWARs"
description="Unpack WARs property"
type="boolean"/>
- <parameter name="xmlNamespaceAware"
- description="Attribute value used to turn on/off XML namespace awareness"
- type="boolean"/>
- <parameter name="xmlValidation"
- description="Attribute value used to turn on/off XML validation"
- type="boolean"/>
</operation>
through the AsyncContext to ensure annotations are processed. Based on a
patch by David Jencks. (markt)
</fix>
+ <fix>
+ To avoid NoSuchMethodException, xmlValidation and xmlNamespaceAware are
+ removed from the createStandardHost definition
+ of mbeans-descriptors.xml. (kfujino)
+ </fix>
</changelog>
</subsection>
<subsection name="Jasper">