Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-1.8.2.GA_P07
-
Fix Version/s: EE-1.8.2.GA_P08
-
Component/s: Framework
-
Labels:None
-
Environment:Woodstock
-
Assignee Priority:P2
-
Salesforce Case Reference:
Description
From the changes made in ICE-7941 a ClassCastException is thrown when accessing a non-ICEfaces page. In the customers use case they have some old Woodstock components on these pages.
Modified D2DViewHandler.getContextPath method to use the generic ExternalContext instead of the custom Configuration object to read com.icesoft.faces.publicContextPath context parameter.