Author: markt
Date: Fri Nov 22 13:46:49 2013
New Revision: 1544537

URL: http://svn.apache.org/r1544537
Log:
With separate .xml validation options no need to spell everything out in 
xmlValidation

Modified:
    tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml

Modified: tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml
URL: 
http://svn.apache.org/viewvc/tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml?rev=1544537&r1=1544536&r2=1544537&view=diff
==============================================================================
--- tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml (original)
+++ tomcat/tc7.0.x/trunk/webapps/docs/config/context.xml Fri Nov 22 13:46:49 
2013
@@ -543,13 +543,8 @@
 
       <attribute name="xmlValidation" required="false">
         <p>If the value of this flag is <code>true</code>, the parsing of
-        <code>web.xml</code>, <code>web-fragment.xml</code> and
-        <code>*.tld</code> files for this web application will use a validating
-        parser. Note that validation of <code>*.jspx</code> and
-        <code>*.tagx</code> files is controlled separately by the
-        <strong>xmlValidationJspDoc</strong> attribute and that
-        <code>tagPlugins.xml</code> files (if any) are never parsed using a
-        validating parser. If the
+        <code>web.xml</code> and <code>web-fragment.xml</code> files for this
+        web application will use a validating parser. If the
         <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code>
         <a href="systemprops.html">system property</a> is set to
         <code>true</code>, the default value of this attribute will be



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

Reply via email to