Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0-alpha-2
-
None
Description
In doFacesRequest() in BridgeImpl, the bridge removes the PORTLET_LIFECYCLE_PHASE attribute from the request prior to calling FacesContext.release(). This prevents decorators from accessing this attribute (eg, ExternalContext). We need to switch this order.