[
https://issues.apache.org/jira/browse/PORTLETBRIDGE-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Freedman resolved PORTLETBRIDGE-45.
-------------------------------------------
Resolution: Fixed
Fix Version/s: 2.0.0
1.0.0
Reversed code so that the attribute is now removed after the FacesContext is
destroyed.
> Phase (Action or Render) request attribute is removed prior to releasing the
> Faces context
> ------------------------------------------------------------------------------------------
>
> Key: PORTLETBRIDGE-45
> URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-45
> Project: MyFaces Portlet Bridge
> Issue Type: Bug
> Components: Impl
> Affects Versions: 1.0.0-alpha-2
> Reporter: Lei Oh
> Fix For: 1.0.0, 2.0.0
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.