Author: hansbak
Date: Thu Sep 10 09:25:54 2009
New Revision: 813327
URL:
http://svn.apache.org/viewvc?rev=813327&view=revLog:
unintended changes reversed
Modified:
ofbiz/trunk/applications/commonext/webapp/WEB-INF/controller.xml
Modified: ofbiz/trunk/applications/commonext/webapp/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/commonext/webapp/WEB-INF/controller.xml?rev=813327&r1=813326&r2=813327&view=diff==============================================================================
--- ofbiz/trunk/applications/commonext/webapp/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/commonext/webapp/WEB-INF/controller.xml Thu Sep 10 09:25:54 2009
@@ -23,8 +23,6 @@
<description>General Application CommonExt Configuration File</description>
<owner>Copyright 2001-2009 The Apache Software Foundation</owner>
- <default-request request-uri="cms"/>
-
<!-- Request Mappings -->
<request-map uri="view">
<security https="false" auth="false"/>
@@ -46,14 +44,6 @@
<response name="success" type="view" value="showHelp"/>
</request-map>
- <request-map uri="cms">
- <security https="true" auth="true"/>
- <event type="java" path="org.ofbiz.content.cms.CmsEvents" invoke="cms"/>
- <response name="success" type="none"/>
- <response name="error" type="view" value="error"/>
- </request-map>
-
-
<view-map name="showHelp" type="screen" page="component://commonext/widget/HelpScreens.xml#ShowHelp"/>
<view-map name="ShowDocument" type="screen" page="component://commonext/widget/HelpScreens.xml#showDocument"/>