Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
Err goofy, I forgot to save (related with OFBIZ-6598) after reverting…
Browse files Browse the repository at this point in the history
… pending changes I did to test OFBIZ-6111 locally

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1704228 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
JacquesLeRoux committed Sep 21, 2015
1 parent ce84bea commit 94ce3ec
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -81,7 +81,7 @@ under the License.
<description>Verify a user is logged in.</description>
<security https="true" auth="false"/>
<event type="java" path="org.ofbiz.securityext.login.LoginEvents" invoke="storeCheckLogin"/>
<response name="success" type="view-last" value="main"/>
<response name="success" type="view-last"/>
<response name="error" type="view" value="login"/>
</request-map>
<request-map uri="login">
Expand Down Expand Up @@ -121,7 +121,7 @@ under the License.
<!-- <response name="success" type="view" value="main"/> -->
<!-- </request-map> -->

<request-map uri="main"><security https="false" auth="false"/><response name="success" type="view" value="main"/></request-map>
<request-map uri="main"><security https="false" auth="false"/><response name="success" type="view" value="main" save-current-view="true"/></request-map>
<request-map uri="policies"><security https="false" auth="false"/><response name="success" type="view" value="policies"/></request-map>

<!-- TO BE REMOVED
Expand Down

0 comments on commit 94ce3ec

Please sign in to comment.