shuber 2005/06/01 15:30:16 CEST
Modified files:
core/src/webapp/WEB-INF/etc/struts struts-config.xml
Log:
Deactivate validation for the moment as it seems to cause some timeout
problems.
Revision Changes Path
1.5 +2 -2
jahia/core/src/webapp/WEB-INF/etc/struts/struts-config.xml
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/core/src/webapp/WEB-INF/etc/struts/struts-config.xml.diff?r1=1.4&r2=1.5&f=h
Index: struts-config.xml
===================================================================
RCS file:
/home/cvs/repository/jahia/core/src/webapp/WEB-INF/etc/struts/struts-config.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- struts-config.xml 17 May 2005 12:41:35 -0000 1.4
+++ struts-config.xml 1 Jun 2005 13:30:15 -0000 1.5
@@ -186,8 +186,8 @@
<!-- Tiles PlugIns -->
<plug-in className="org.apache.struts.tiles.TilesPlugin" >
<set-property property="definitions-config"
value="/WEB-INF/etc/struts/jahia-tiles-defs.xml" />
- <set-property property="definitions-debug" value="2" />
- <set-property property="definitions-parser-details" value="2" />
+ <set-property property="definitions-debug" value="100" />
+ <set-property property="definitions-parser-details" value="100" />
<set-property property="definitions-parser-validate" value="true" />
</plug-in>