Details
Description
Intercept HttpSession.invalidate() calls to shutdown framework+applications gracefully.
Issue Links
- blocks
-
ICE-2748
Unable to reload portal page after session expires
-
- Closed
-
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Mircea Toma [ mircea.toma ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #14543 | Tue Jul 24 11:20:44 MDT 2007 | mircea.toma | Intercept *Session.invalidate calls -- |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ServletExternalContext.java
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/ProxyPortletSession.java
ADD
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/ProxyHttpSession.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/SingleViewServer.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/SessionDispatcher.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/MultiViewServer.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/View.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/portlet/PortletExternalContext.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.6.1 [ 10070 ] |
| Issue Type | Bug [ 1 ] | Improvement [ 4 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Mircea Toma [ mircea.toma ] |
| Resolution | Fixed [ 1 ] | |
| Status | Closed [ 6 ] | Reopened [ 4 ] |
| Security | Private [ 10001 ] |
| Attachment | ICE-1909.war [ 10760 ] |
| Assignee | Mircea Toma [ mircea.toma ] |
| Fix Version/s | 1.7 [ 10080 ] | |
| Fix Version/s | 1.6.1 [ 10070 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15532 | Thu Jan 10 12:56:55 MST 2008 | mircea.toma | Delay the release of FacesContext as well. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainSessionBoundServlet.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/SessionDispatcher.java
|
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7Beta1 [ 10121 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15709 | Fri Feb 01 16:45:08 MST 2008 | mircea.toma | Avoid the use of threads when shutting down. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainSessionBoundServlet.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeExternalContext.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/View.java
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Security | Private [ 10001 ] |
| Priority | Major [ 3 ] | Minor [ 4 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Mircea Toma [ mircea.toma ] |

Intercepted HttpSession.invalidate and PortletSEssion.invalidate calls.