You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ha...@apache.org on 2009/09/10 11:25:57 UTC

svn commit: r813327 - /ofbiz/trunk/applications/commonext/webapp/WEB-INF/controller.xml

Author: hansbak
Date: Thu Sep 10 09:25:54 2009
New Revision: 813327

URL: http://svn.apache.org/viewvc?rev=813327&view=rev
Log:
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"/>