Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.7
-
Fix Version/s: 1.7.1
-
Labels:None
-
Environment:Liferay (multiple versions) Glassfish v2 portal portlet
-
ICEsoft Forum Reference:
-
Workaround Exists:Yes
-
Workaround Description:I was able to reload the portlet page by closing the window or tab then clearing the private data in Firefox (cache, cookies, etc.) before opening a new window or tab and reloading the page.
Description
When you redeploy a portlet to Liferay running on Glassfish, reloading the page results in a Session Expired dialog that will not go away unless you close the current browser window/tab and then clear the cache, cookies, etc. There are similar comments in the forums and other JIRAs but this one is easily reproducible when Liferay is running on Glassfish.
Issue Links
- is duplicated by
-
ICE-3288 Only GET requests can create new sessions
- Closed
Activity
Deryk Sinotte
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 1.7.1 [ 10122 ] | |
Assignee Priority | P2 | |
Assignee | Mircea Toma [ mircea.toma ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16730 | Tue May 27 14:12:06 MDT 2008 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/bridge/src/status.js
MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java MODIFY /icefaces/trunk/icefaces/bridge/src/application.js MODIFY /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/SessionDispatcher.java ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/common/standard/ResponseHandlerServer.java ADD /icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/SessionExpiredServer.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #16731 | Tue May 27 14:15:33 MDT 2008 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces/branches/icefaces-1.7/icefaces/bridge/src/application.js
ADD /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/core/SessionExpiredServer.java ADD /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/common/standard/ResponseHandlerServer.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/SessionDispatcher.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java MODIFY /icefaces/branches/icefaces-1.7/icefaces/bridge/src/status.js |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mircea Toma
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Mircea Toma
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Mircea Toma
made changes -
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P2 | |
Assignee | Mircea Toma [ mircea.toma ] |
Test if requests belong to valid session. Only GET requests can create new sessions. Fix busy indicator.