Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010673Openbravo ERPA. Platformpublic2009-09-21 10:502009-10-06 11:46
shuehner 
shuehner 
urgentmajorhave not tried
closedfixed 
5
pi 
2.50MP6 
Core
No
0010673: Removed unsused var in logout function which could lead to unwanted session creation
The logout method in HttpSecureAppServlet does initialize an unsused variable of type VariablesSecureApps which when created does create a new http session. This could/will lead to problems with the session invalidation some lines later if a new session is really created for the unused vars.
As the variable is never accessed it can be simply removed.
No tags attached.
Issue History
2009-09-21 10:50shuehnerNew Issue
2009-09-21 10:50shuehnerAssigned To => shuehner
2009-09-21 10:58hgbotCheckin
2009-09-21 10:58hgbotNote Added: 0020226
2009-09-21 10:58hgbotStatusnew => resolved
2009-09-21 10:58hgbotResolutionopen => fixed
2009-09-21 10:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/86381bf3e07e2325f9d9de5851b889f31a8acb28 [^]
2009-09-22 10:42psarobeStatusresolved => closed
2009-09-22 10:42psarobeFixed in Version => 2.50MP6
2009-09-23 00:00anonymoussf_bug_id0 => 2864620
2009-09-29 14:14hgbotCheckin
2009-09-29 14:14hgbotNote Added: 0020485
2009-09-29 14:14hgbotStatusclosed => resolved
2009-09-29 14:14hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/86381bf3e07e2325f9d9de5851b889f31a8acb28 [^] => http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/86381bf3e07e2325f9d9de5851b889f31a8acb28 [^]
2009-10-06 11:46psarobeStatusresolved => closed
2009-10-06 11:46psarobeNote Added: 0020767

Notes
(0020226)
hgbot   
2009-09-21 10:58   
Repository: erp/devel/pi
Changeset: 86381bf3e07e2325f9d9de5851b889f31a8acb28
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Sep 21 10:57:48 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/86381bf3e07e2325f9d9de5851b889f31a8acb28 [^]

Fixed 10673: Remove unused var leading to unwanted http session creation on logout

---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
---
(0020485)
hgbot   
2009-09-29 14:14   
Repository: erp/devel/pi-pageddatagrid
Changeset: 86381bf3e07e2325f9d9de5851b889f31a8acb28
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Mon Sep 21 10:57:48 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi-pageddatagrid/rev/86381bf3e07e2325f9d9de5851b889f31a8acb28 [^]

Fixed 10673: Remove unused var leading to unwanted http session creation on logout

---
M src/org/openbravo/base/secureApp/HttpSecureAppServlet.java
---
(0020767)
psarobe   
2009-10-06 11:46   
Closed again because hudson has reopened without no reason