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/04/26 06:58:50 UTC

svn commit: r768643 - /ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

Author: hansbak
Date: Sun Apr 26 04:58:50 2009
New Revision: 768643

URL: http://svn.apache.org/viewvc?rev=768643&view=rev
Log:
remove unused requests

Modified:
    ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml

Modified: ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml?rev=768643&r1=768642&r2=768643&view=diff
==============================================================================
--- ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/trunk/framework/common/webcommon/WEB-INF/common-controller.xml Sun Apr 26 04:58:50 2009
@@ -143,14 +143,6 @@
         <response name="success" type="view" value="geoLocation"/>
     </request-map>
 
-    <!-- home/last/current mappings -->
-    <request-map uri="backHome">
-        <response name="success" type="view-home"/>
-    </request-map>
-    <request-map uri="backLast">
-        <response name="success" type="view-last"/>
-    </request-map>
-
     <!-- View Mappings -->
     <view-map name="error" page="/error/error.jsp"/>
     <view-map name="main" type="none"/>