Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P02
-
Fix Version/s: EE-1.8.2.GA_P03
-
Component/s: Bridge
-
Labels:None
-
Environment:Liferay
-
Affects:Compatibility/Configuration
Description
When mixing portlets running in synchronous and asynchronous mode in Liferay if the bridge instance sending the dispose-views request runs in synchronous mode will not use the EPS context path, thus disposing only the views that are part of the synchronous WAR.
Activity
Mircea Toma
created issue -
Mircea Toma
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Mircea Toma [ mircea.toma ] |
Mircea Toma
made changes -
Salesforce Case | [] |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | Jack van Ooststroom [ jack.van.ooststroom ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Fix Version/s | EE-1.8.2.GA_P03 [ 10251 ] | |
Fix Version/s | 2.1 [ 10241 ] | |
Affects | [Compatibility/Configuration] | |
Affects Version/s | 1.8.2-EE-GA_P02 [ 10226 ] | |
Affects Version/s | 2.0.1 [ 10255 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24474 | Tue May 03 12:35:24 MDT 2011 | jack.van.ooststroom | Fixed JIRA |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/servlet/MainServlet.java
|
Jack Van Ooststroom
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
In order to support the dispose-views for synchronous applications using Push Server or EPS two code paths needed to be enabled which were otherwise guarded. First of all, regardless of the application being asynchronous or synchronous, the detection strategy must be followed to potentially detect Push Server or EPS. Secondly, regardless of the application being asynchronous or synchronous it must accept requests of the /<application-name>/message structure. Marking this one as FIXED.