You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by kk...@apache.org on 2013/11/26 18:54:58 UTC

svn commit: r1545750 - /tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

Author: kkolinko
Date: Tue Nov 26 17:54:58 2013
New Revision: 1545750

URL: http://svn.apache.org/r1545750
Log:
Align description of properties of StandardContext in mbeans-descriptors.xml with its Javadoc.

Modified:
    tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml

Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml?rev=1545750&r1=1545749&r2=1545750&view=diff
==============================================================================
--- tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml (original)
+++ tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml Tue Nov 26 17:54:58 2013
@@ -333,7 +333,7 @@
                type="long"/>
 
     <attribute name="tldValidation"
-               description="Should TLD XML validation be turned on?"
+               description="Should the parsing of *.tld files be performed by a validating parser?"
                type="boolean"/>
 
     <attribute name="unloadDelay"
@@ -368,11 +368,11 @@
                type="java.lang.String"/>
 
     <attribute name="xmlValidation"
-               description="Should XML validation be turned on?"
+               description="Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?"
                type="boolean"/>
 
     <attribute name="xmlNamespaceAware"
-               description="Should XML namespace validation be turned on?"
+               description="Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?"
                type="boolean"/>
 
     <operation name="addApplicationListener"



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org