Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0013812Openbravo ERPZ. Otherspublic2010-06-28 16:172010-12-09 16:03
shuehner 
mtaal 
urgentmajorhave not tried
closedfixed 
5
2.50 
 
User Interface Application
No
0013812: New layout architecture should be integrated with HSAS code
In classic layout all servlets extends HSAS and so each request executes some central/commons parts in there:

- authentication managers
- safe.mode
- license checks

The new layout architecture needs to integrate with that mechanism by either:
- redoing them
- extending HSAS

where the second option is favorable
No tags attached.
related to defect 0013811 closed mtaal Using Ctrl+Q to logout leads to broken layout/behavior 
Issue History
2010-06-28 16:17shuehnerNew Issue
2010-06-28 16:17shuehnerAssigned To => mtaal
2010-06-28 16:19shuehnerRelationship addedrelated to 0013811
2010-06-29 10:44hgbotCheckin
2010-06-29 10:44hgbotNote Added: 0028846
2010-06-29 10:44hgbotStatusnew => resolved
2010-06-29 10:44hgbotResolutionopen => fixed
2010-06-29 10:44hgbotFixed in SCM revision => http://code.openbravo.com/erp/mods/org.openbravo.client.kernel/rev/c49437058330c61631ff539488efc5567d2d1310 [^]
2010-06-29 10:47hgbotCheckin
2010-06-29 10:47hgbotNote Added: 0028849
2010-06-29 10:47hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/mods/org.openbravo.client.kernel/rev/c49437058330c61631ff539488efc5567d2d1310 [^] => http://code.openbravo.com/erp/mods/org.openbravo.service.datasource/rev/4da19d463794ca66fa676409b87019f739da3e57 [^]
2010-08-30 17:28shuehnerNote Added: 0030477
2010-08-30 17:28shuehnerStatusresolved => closed
2010-12-09 16:03anonymoussf_bug_id0 => 3133284

Notes
(0028846)
hgbot   
2010-06-29 10:44   
Repository: erp/mods/org.openbravo.client.kernel
Changeset: c49437058330c61631ff539488efc5567d2d1310
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jun 29 10:44:12 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.client.kernel/rev/c49437058330c61631ff539488efc5567d2d1310 [^]

Fixes issue 13812: New layout architecture should be integrated with HSAS code

---
M src/org/openbravo/client/kernel/AuthenticatingServlet.java
M src/org/openbravo/client/kernel/KernelServlet.java
---
(0028849)
hgbot   
2010-06-29 10:47   
Repository: erp/mods/org.openbravo.service.datasource
Changeset: 4da19d463794ca66fa676409b87019f739da3e57
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jun 29 10:47:00 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.service.datasource/rev/4da19d463794ca66fa676409b87019f739da3e57 [^]

Fixes issue 13812: New layout architecture should be integrated with HSAS code

---
M src/org/openbravo/service/datasource/DataSourceServlet.java
---
(0030477)
shuehner   
2010-08-30 17:28   
New layout architecture is now integerated with the standard HSAS servlet and thus working with i.e. authentication managers, safe.mode etc..