Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8RC1
-
Component/s: Framework
-
Labels:None
-
Environment:server
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:Invoke HttpSession.invalidate on a separate thread and use redirecting rules to navigate back to the login page.
Description
Defer HttpSesion.invalidate calls to avoid triggering exceptions when logout process is executed.
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Salesforce Case | [] | |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 |
Salesforce Case | [] | |
Affects Version/s | 1.8RC1 [ 10143 ] | |
Affects Version/s | 2.0 [ 10032 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #18459 | Mon Mar 02 15:08:20 MST 2009 | mircea.toma | |
Files Changed | ||||
![]() ![]() ![]() ![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Fix Version/s | 1.8RC2 [ 10163 ] | |
Fix Version/s | 1.8 [ 10161 ] |
Fix Version/s | 1.8 [ 10161 ] | |
Assignee Priority | P1 |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mircea Toma [ mircea.toma ] |
Delay session invalidation until View is released. Introduce View.onRelease() method as notification mechanism.