Details
Description
h3. Steps to Reproduce:
A. Follow steps #1 - #11 inICE-11241.
B. Using the browser inspection tools, view the list of network requests
C. Click on the "Show Comments" link in the portlet.
D. Examine the "Headers" of the XHR postback (the JSF partial request)
(/) Expected Results
The ice.window and ice.view request parameters are properly prefixed with the portlet namespace. For example:
{noformat}
Pluto_com_liferay_faces_demo_icefaces_applicant_portlet_1__815993408_0_:ice.window:7hizhla7qa
Pluto_com_liferay_faces_demo_icefaces_applicant_portlet_1__815993408_0_:ice.view:vawlcw0c:0
{noformat}
(x) Actual Results
The ice.window and ice.view request parameters are *not* prefixed with the portlet namespace. For example:
{noformat}
ice.window:7hizhla7qa
ice.view:vawlcw0c:0
{noformat}
A. Follow steps #1 - #11 in
B. Using the browser inspection tools, view the list of network requests
C. Click on the "Show Comments" link in the portlet.
D. Examine the "Headers" of the XHR postback (the JSF partial request)
(/) Expected Results
The ice.window and ice.view request parameters are properly prefixed with the portlet namespace. For example:
{noformat}
Pluto_com_liferay_faces_demo_icefaces_applicant_portlet_1__815993408_0_:ice.window:7hizhla7qa
Pluto_com_liferay_faces_demo_icefaces_applicant_portlet_1__815993408_0_:ice.view:vawlcw0c:0
{noformat}
(x) Actual Results
The ice.window and ice.view request parameters are *not* prefixed with the portlet namespace. For example:
{noformat}
ice.window:7hizhla7qa
ice.view:vawlcw0c:0
{noformat}
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | ICE-11242.patch [ 22461 ] |
Assignee | Mircea Toma [ mircea.toma ] | |
Fix Version/s | 4.2 [ 12870 ] | |
Affects | Compatibility/Configuration [ 10002 ] | |
Assignee Priority | P1 [ 10010 ] |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #50757 | Mon Feb 27 14:31:51 MST 2017 | mircea.toma | |
Files Changed | ||||
![]() |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Applied Neil's patch which tests for the JSF version before deciding how the parameter prefix is calculated.