[Jboss-cvs] JBossAS SVN: r56487 - trunk/tomcat/src/resources

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Aug 31 17:01:15 EDT 2006


Author: stan.silvert at jboss.com
Date: 2006-08-31 17:01:14 -0400 (Thu, 31 Aug 2006)
New Revision: 56487

Modified:
   trunk/tomcat/src/resources/web.xml
Log:
Commented out com.sun.faces.validateXml param.  See comments in JBCTS-338


Modified: trunk/tomcat/src/resources/web.xml
===================================================================
--- trunk/tomcat/src/resources/web.xml	2006-08-31 19:12:58 UTC (rev 56486)
+++ trunk/tomcat/src/resources/web.xml	2006-08-31 21:01:14 UTC (rev 56487)
@@ -27,10 +27,13 @@
    <!-- so we change it to true for compliance reasons.                      -->
    <!-- If you need to change this param for individual web apps, remove the -->
    <!-- param from this file and apply it to the web.xml in each web app.    -->    
+
+<!-- commented out because it was interfering with TCK tests
    <context-param>
       <param-name>com.sun.faces.validateXml</param-name>
       <param-value>true</param-value>
    </context-param>
+-->
    
    <!-- ================== Common filter Configuration ==================== -->
    <filter>




More information about the jboss-cvs-commits mailing list