[Jboss-cvs] JBossAS SVN: r56510 - branches/JEE5_TCK/tomcat/src/resources
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Sep 1 14:04:46 EDT 2006
Author: prabhat.jha at jboss.com
Date: 2006-09-01 14:04:45 -0400 (Fri, 01 Sep 2006)
New Revision: 56510
Modified:
branches/JEE5_TCK/tomcat/src/resources/web.xml
Log:
commented out com.sun.faces.validateXml and made src version to 1.5
Modified: branches/JEE5_TCK/tomcat/src/resources/web.xml
===================================================================
--- branches/JEE5_TCK/tomcat/src/resources/web.xml 2006-09-01 15:58:03 UTC (rev 56509)
+++ branches/JEE5_TCK/tomcat/src/resources/web.xml 2006-09-01 18:04:45 UTC (rev 56510)
@@ -27,10 +27,15 @@
<!-- 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. -->
+
+ <!--commenting out as it conflicts with some tck tests
+ -->
+ <!--
<context-param>
<param-name>com.sun.faces.validateXml</param-name>
<param-value>true</param-value>
</context-param>
+ -->
<context-param>
<param-name>org.jboss.faces.logConfigParams</param-name>
@@ -259,12 +264,12 @@
<param-name>xpoweredBy</param-name>
<param-value>false</param-value>
</init-param>
- <!-- Uncomment to use jdk1.5 features in jsp pages
+ <!-- Uncommented to use jdk1.5 features in jsp pages for tck tests-->
<init-param>
<param-name>compilerSourceVM</param-name>
<param-value>1.5</param-value>
</init-param>
- -->
+
<!-- Use a custom options class to allow the shared tag lib descriptors
to be loaded from jars in the tomcat sar conf/tlds directory. The
standard options implementation can only find taglibs based on the
More information about the jboss-cvs-commits
mailing list