Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017980Openbravo ERPA. Platformpublic2011-07-14 11:592011-08-11 15:18
alostale 
alostale 
normalminorN/A
closedfixed 
5
 
3.0MP23.0MP3 
Core
No
0017980: Allow redirect in LoginHandler
In Openbravo 2.50 LoginHandler.html redirected to the application or to the error page after login. In Openbravo 3, no redirection is done but a json object is returned and is the caller to LoginHandler who manages that object.

For some simple integrations this behavior was used: a form with user and password was submited to LoginHandler and the application was opened after that.
-
Add an additional (defaulted to false) redirect accepted parameter to LoginHandler. When it is true, redirect is done in the same way it was it 2.50.
No tags attached.
related to feature request 0035386 closed caristu Login page needs some clean up 
Issue History
2011-07-14 11:59alostaleNew Issue
2011-07-14 11:59alostaleAssigned To => alostale
2011-07-14 11:59alostaleModules => Core
2011-07-14 12:23hgbotCheckin
2011-07-14 12:23hgbotNote Added: 0039054
2011-07-14 12:23hgbotStatusnew => resolved
2011-07-14 12:23hgbotResolutionopen => fixed
2011-07-14 12:23hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/8b477943b87d2526b0a2ab3a5db369b9affbabc3 [^]
2011-08-01 14:19hudsonbotCheckin
2011-08-01 14:19hudsonbotNote Added: 0039594
2011-08-11 15:18jonalegriaesarteNote Added: 0040128
2011-08-11 15:18jonalegriaesarteStatusresolved => closed
2011-08-11 15:18jonalegriaesarteFixed in Version => 3.0MP3
2017-03-06 18:30caristuRelationship addedrelated to 0035386

Notes
(0039054)
hgbot   
2011-07-14 12:23   
Repository: erp/devel/pi
Changeset: 8b477943b87d2526b0a2ab3a5db369b9affbabc3
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Jul 14 12:22:38 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8b477943b87d2526b0a2ab3a5db369b9affbabc3 [^]

fixed issue 17980: Allow redirect in LoginHandler

---
M src/org/openbravo/base/secureApp/LoginHandler.java
---
(0039594)
hudsonbot   
2011-08-01 14:19   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/cf2afed6e8ef [^]

Maturity status: Test
(0040128)
jonalegriaesarte   
2011-08-11 15:18   
Verified