Author: hansbak
Date: Sun Apr 26 09:26:24 2009
New Revision: 768692
URL:
http://svn.apache.org/viewvc?rev=768692&view=revLog:
Applied fix from trunk for revision: 768690
Modified:
ofbiz/branches/release09.04/framework/common/webcommon/WEB-INF/common-controller.xml
Modified: ofbiz/branches/release09.04/framework/common/webcommon/WEB-INF/common-controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/framework/common/webcommon/WEB-INF/common-controller.xml?rev=768692&r1=768691&r2=768692&view=diff==============================================================================
--- ofbiz/branches/release09.04/framework/common/webcommon/WEB-INF/common-controller.xml (original)
+++ ofbiz/branches/release09.04/framework/common/webcommon/WEB-INF/common-controller.xml Sun Apr 26 09:26:24 2009
@@ -140,6 +140,16 @@
<response name="success" type="view" value="geoLocation"/>
</request-map>
+ <!-- home/last/current mappings -->
+ <request-map uri="backHome">
+ <security https="true" auth="true"/>
+ <response name="success" type="view-home"/>
+ </request-map>
+ <request-map uri="backLast">
+ <security https="true" auth="true"/>
+ <response name="success" type="view-last"/>
+ </request-map>
+
<!-- View Mappings -->
<view-map name="error" page="/error/error.jsp"/>
<view-map name="main" type="none"/>