Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010452Openbravo ERPA. Platformpublic2009-09-01 16:542009-09-29 14:12
alostale 
alostale 
urgentmajoralways
closedfixed 
5
 
2.50MP6 
Core
No
0010452: Expire session when it is removed from DB
When the a session in db (ad_session) is deactivated or deleted, the actual session should expire not allowing to continue working with it.
-Log in Openbravo ERP
-Go to DB and delete session: delete ad_session;
-Go back to the application and try to enter to any window: log in window should be displayed.
OBPS-Security
Issue History
2009-09-01 16:54alostaleNew Issue
2009-09-01 16:54alostaleAssigned To => alostale
2009-09-01 16:57hgbotCheckin
2009-09-01 16:57hgbotNote Added: 0019379
2009-09-01 16:57hgbotStatusnew => resolved
2009-09-01 16:57hgbotResolutionopen => fixed
2009-09-01 16:57hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/a41fe7887e685227e4084064918c8f99a317d33e [^]
2009-09-01 16:59alostaleTag Attached: commsup_sprint7
2009-09-01 16:59alostaleTag Attached: OBPS-Security
2009-09-01 16:59alostaleTag Detached: commsup_sprint7
2009-09-01 17:29alostaleStatusresolved => new
2009-09-01 17:29alostaleResolutionfixed => open
2009-09-01 17:29alostaleTypefeature request => defect
2009-09-01 17:29alostaleStatusnew => acknowledged
2009-09-01 17:29alostaleStatusacknowledged => scheduled
2009-09-01 17:29alostalefix_in_branch => pi
2009-09-01 17:29alostaleStatusscheduled => resolved
2009-09-01 17:29alostaleResolutionopen => fixed
2009-09-17 10:45hgbotCheckin
2009-09-17 10:45hgbotNote Added: 0020126
2009-09-17 10:45hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/a41fe7887e685227e4084064918c8f99a317d33e [^] => http://code.openbravo.com/erp/devel/pi/rev/45df7918da7070625ce411f7284fd0c97abfb54b [^]
2009-09-18 09:21sureshbabuStatusresolved => closed
2009-09-18 09:21sureshbabuNote Added: 0020184
2009-09-18 09:21sureshbabuFixed in Version => 2.50MP6
2009-09-19 00:00anonymoussf_bug_id0 => 2861730
2009-09-29 14:12hgbotCheckin
2009-09-29 14:12hgbotNote Added: 0020476
2009-09-29 14:12hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/45df7918da7070625ce411f7284fd0c97abfb54b [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/45df7918da7070625ce411f7284fd0c97abfb54b [^]

Notes
(0019379)
hgbot   
2009-09-01 16:57   
Repository: erp/devel/pi
Changeset: a41fe7887e685227e4084064918c8f99a317d33e
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Sep 01 16:55:55 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/a41fe7887e685227e4084064918c8f99a317d33e [^]

fixed issue 0010452:Expire session when it is removed from DB

---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
M src/org/openbravo/base/secureApp/Seguridad_data.xsql
---
(0020126)
hgbot   
2009-09-17 10:45   
Repository: erp/devel/pi
Changeset: 45df7918da7070625ce411f7284fd0c97abfb54b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Sep 17 10:45:31 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/45df7918da7070625ce411f7284fd0c97abfb54b [^]

related to issue 0010452: do not duplicate db query to loggedOK

---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
---
(0020184)
sureshbabu   
2009-09-18 09:21   
Tested by changing the ISACTIVE COLUMN in ad_session table using the command,
update ad_session SET ISACTIVE='N';


Working fine
(0020476)
hgbot   
2009-09-29 14:12   
Repository: erp/devel/pi-pageddatagrid
Changeset: 45df7918da7070625ce411f7284fd0c97abfb54b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Thu Sep 17 10:45:31 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/45df7918da7070625ce411f7284fd0c97abfb54b [^]

related to issue 0010452: do not duplicate db query to loggedOK

---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
---