You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2010/05/13 11:09:02 UTC

svn commit: r943852 - in /tomcat/site/trunk: docs/migration.html xdocs/migration.xml

Author: markt
Date: Thu May 13 09:09:01 2010
New Revision: 943852

URL: http://svn.apache.org/viewvc?rev=943852&view=rev
Log:
Update migration doc for xml validation changes

Modified:
    tomcat/site/trunk/docs/migration.html
    tomcat/site/trunk/xdocs/migration.xml

Modified: tomcat/site/trunk/docs/migration.html
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=943852&r1=943851&r2=943852&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Thu May 13 09:09:01 2010
@@ -547,7 +547,7 @@ compatibility problems.</p>
     
     <ul>
       <li>
-<tt>manager</tt> - allows access to the HTML GUI and the status
+<tt>manager-gui</tt> - allows access to the HTML GUI and the status
           pages</li>
       <li>
 <tt>manager-script</tt> - allows access to the text interface and the
@@ -693,6 +693,45 @@ compatibility problems.</p>
 </tr>
 </table>
 
+  <table border="0" cellspacing="0" cellpadding="2" width="100%">
+<tr>
+<td bgcolor="#828DA6">
+<font color="#ffffff" face="arial,helvetica,sanserif">
+<a name="XML validation">
+<!--()-->
+</a>
+<a name="XML_validation">
+<strong>XML validation</strong>
+</a>
+</font>
+</td>
+</tr>
+<tr>
+<td>
+<blockquote>
+  
+    <p>The configuration of XMl validation has been simplified. The
+    <code>xmlValidation</code> and <code>xmlNamespaceAware</code> attributes
+    have been removed from the <code>&lt;Host&gt;</code> element. These
+    attributes, along with <code>tldValidation</code> and
+    <code>tldNamespaceAware</code> are now set per <code>&lt;Context&gt;</code>
+    element. The defaults (<code>false</code> for each attribute) have not been
+    changed. However, in line with the requirements of the Servlet
+    specification, if the
+    <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system
+    property is set to <code>true</code>, XML validation and namespace
+    awareness will be enabled by default.</p>
+
+  </blockquote>
+</td>
+</tr>
+<tr>
+<td>
+<br/>
+</td>
+</tr>
+</table>
+
 </blockquote>
 </p>
 </td>

Modified: tomcat/site/trunk/xdocs/migration.xml
URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration.xml?rev=943852&r1=943851&r2=943852&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration.xml (original)
+++ tomcat/site/trunk/xdocs/migration.xml Thu May 13 09:09:01 2010
@@ -121,7 +121,7 @@ compatibility problems.</p>
     assign the role(s) required for the functionality you wish to access.</p>
     
     <ul>
-      <li><tt>manager</tt> - allows access to the HTML GUI and the status
+      <li><tt>manager-gui</tt> - allows access to the HTML GUI and the status
           pages</li>
       <li><tt>manager-script</tt> - allows access to the text interface and the
           status pages</li>
@@ -188,6 +188,22 @@ compatibility problems.</p>
     
   </subsection>
 
+  <subsection name="XML validation">
+  
+    <p>The configuration of XMl validation has been simplified. The
+    <code>xmlValidation</code> and <code>xmlNamespaceAware</code> attributes
+    have been removed from the <code>&lt;Host&gt;</code> element. These
+    attributes, along with <code>tldValidation</code> and
+    <code>tldNamespaceAware</code> are now set per <code>&lt;Context&gt;</code>
+    element. The defaults (<code>false</code> for each attribute) have not been
+    changed. However, in line with the requirements of the Servlet
+    specification, if the
+    <code>org.apache.catalina.STRICT_SERVLET_COMPLIANCE</code> system
+    property is set to <code>true</code>, XML validation and namespace
+    awareness will be enabled by default.</p>
+
+  </subsection>
+
 </section>
 
 </body>



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