Details
Description
ICEfaces keeps a reference to the initial (page) request in the ExternalContext to simulate a long lived request. Once the page is served though, the initial request becomes stale. Because Tomcat is reusing the requests, the stale request is recycled and assigned to another thread of execution. When this happens the request from the first thread of execution will crossover to the second one. The result is that both threads of execution are able to modify the state of the same request instance.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15140 | Thu Nov 08 18:20:24 MST 2007 | mircea.toma | Use the active HttpServletRequest when modifying the attributes. |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15141 | Fri Nov 09 10:54:34 MST 2007 | mircea.toma | Use the active HttpServletRequest when modifying the attributes. |
Files Changed | ||||
![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15143 | Fri Nov 09 14:34:28 MST 2007 | mircea.toma | Introduce RequestAttributes abstraction so that request attributes can be modified only during request/response process. |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15144 | Fri Nov 09 14:47:54 MST 2007 | mircea.toma | Use JDK 1.4 API. |
Files Changed | ||||
![]() |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15145 | Fri Nov 09 14:55:57 MST 2007 | mircea.toma | Introduce RequestAttributes abstraction. Request attributes can be modified only during request/response process. |
Files Changed | ||||
![]() ![]() ![]() ![]() ![]() |
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.6.2 [ 10111 ] | |
Fix Version/s | 1.7DR#3 [ 10112 ] | |
Assignee | Mircea Toma [ mircea.toma ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Security | Private [ 10001 ] |
Affects Version/s | 1.5 [ 10027 ] | |
Affects Version/s | 1.6.1 [ 10070 ] | |
Affects Version/s | 1.7DR#2 [ 10110 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Environment | Tomcat 5.5 | Tomcat 5.5, app. servers that reuse Request object instances across multiple HTTP Requests. |
Fix Version/s | 1.7 [ 10080 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee | Mircea Toma [ mircea.toma ] |
Active request attributes can be modified only during request/response process.