Author: kkolinko Date: Tue Nov 26 17:50:15 2013 New Revision: 1545749 URL: http://svn.apache.org/r1545749 Log: Remove tldNamespaceAware property from mbeans-description file. Add mention of tldValidation option to systemprops document, as it has been restored.
(Followup to r1513787, r1544585) Modified: tomcat/trunk/java/org/apache/catalina/core/mbeans-descriptors.xml tomcat/trunk/webapps/docs/config/systemprops.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=1545749&r1=1545748&r2=1545749&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:50:15 2013 @@ -328,10 +328,6 @@ description="Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet" type="boolean"/> - <attribute name="tldNamespaceAware" - description="Should TLD XML namespace validation be turned on?" - type="boolean"/> - <attribute name="tldScanTime" description="Time spend scanning jars for TLDs for this context" type="long"/> Modified: tomcat/trunk/webapps/docs/config/systemprops.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/systemprops.xml?rev=1545749&r1=1545748&r2=1545749&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/config/systemprops.xml (original) +++ tomcat/trunk/webapps/docs/config/systemprops.xml Tue Nov 26 17:50:15 2013 @@ -293,6 +293,8 @@ <a href="ajp.html">AJP connector</a>element.</li> <li>The <code>resourceOnlyServlets</code> attribute of any <a href="context.html">Context</a> element.</li> + <li>The <code>tldValidation</code> attribute of any + <a href="context.html">Context</a> element.</li> <li>The <code>xmlNamespaceAware</code> attribute of any <a href="context.html">Context</a> element.</li> <li>The <code>xmlValidation</code> attribute of any --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org