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
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
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.