[cvs] expresso commit by mtraum: debug in no longer a valid attribute of

JCorporate Ltd jcorp at jcorporate.com
Fri Feb 11 15:35:27 UTC 2005


Log Message:
-----------
debug in no longer a valid attribute of <controller/>

Modified Files:
--------------
    expresso/expresso-web/WEB-INF/config:
        struts-config.xml

Revision Data
-------------
Index: struts-config.xml
===================================================================
RCS file: /home/javacorp/.cvs/expresso/expresso/expresso-web/WEB-INF/config/struts-config.xml,v
retrieving revision 1.46
retrieving revision 1.47
diff -Lexpresso-web/WEB-INF/config/struts-config.xml -Lexpresso-web/WEB-INF/config/struts-config.xml -u -r1.46 -r1.47
--- expresso-web/WEB-INF/config/struts-config.xml
+++ expresso-web/WEB-INF/config/struts-config.xml
@@ -159,7 +159,7 @@
 		</action>
 	</action-mappings>
 	<!-- Need to force to Expresso Request Processor -->
-	<controller contentType="text/html;charset=UTF-8" debug="3" locale="true" nocache="true" processorClass="com.jcorporate.expresso.core.controller.ExpressoRequestProcessor"/>
+	<controller contentType="text/html;charset=UTF-8" locale="true" nocache="true" processorClass="com.jcorporate.expresso.core.controller.ExpressoRequestProcessor"/>
 	<!-- Application message resources -->
 	<message-resources null="false" parameter="com.jcorporate.expresso.core.MessagesBundle"/>
 	<!-- Need to force to Expresso Plug-in -->


More information about the cvs mailing list