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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 13 22:15:32 EDT 2006


Author: stan.silvert at jboss.com
Date: 2006-09-13 22:15:31 -0400 (Wed, 13 Sep 2006)
New Revision: 56830

Modified:
   trunk/tomcat/src/resources/web.xml
Log:
Removed the lines that were commented out for TCK.  This change can be permanent.


Modified: trunk/tomcat/src/resources/web.xml
===================================================================
--- trunk/tomcat/src/resources/web.xml	2006-09-14 02:11:46 UTC (rev 56829)
+++ trunk/tomcat/src/resources/web.xml	2006-09-14 02:15:31 UTC (rev 56830)
@@ -22,18 +22,6 @@
      <param-name>com.sun.faces.injectionProvider</param-name>
      <param-value>org.jboss.web.jsf.integration.injection.JBossInjectionProvider</param-value>
    </context-param>
-
-   <!-- JEE 5 requires XML validation for JSF.  The default value is false,  -->
-   <!-- 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