You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Michael Freedman (JIRA)" <de...@myfaces.apache.org> on 2010/02/11 18:00:28 UTC

[jira] Created: (PORTLETBRIDGE-120) Portlet 2.0 Bridge -- not all AddPhaseListeners in bridge lifecycle are followed by a RemovePhaseListener

Portlet 2.0 Bridge -- not all AddPhaseListeners in bridge lifecycle are followed by a RemovePhaseListener
---------------------------------------------------------------------------------------------------------

                 Key: PORTLETBRIDGE-120
                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-120
             Project: MyFaces Portlet Bridge
          Issue Type: Bug
          Components: Impl
    Affects Versions: 2.0.0-alpha
            Reporter: Michael Freedman
            Assignee: Michael Freedman


Clean up BridgeImpl so that all the Bridge's lifecycle methods (doFacesRequest) properly call RemovePhaseListener in all methods that it adds itself as a phase listener before running the lifecycle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (PORTLETBRIDGE-120) Portlet 2.0 Bridge -- not all AddPhaseListeners in bridge lifecycle are followed by a RemovePhaseListener

Posted by "Michael Freedman (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/PORTLETBRIDGE-120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Freedman resolved PORTLETBRIDGE-120.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.0.0

Added the necessary RemovePhaseListeners in finally statements

> Portlet 2.0 Bridge -- not all AddPhaseListeners in bridge lifecycle are followed by a RemovePhaseListener
> ---------------------------------------------------------------------------------------------------------
>
>                 Key: PORTLETBRIDGE-120
>                 URL: https://issues.apache.org/jira/browse/PORTLETBRIDGE-120
>             Project: MyFaces Portlet Bridge
>          Issue Type: Bug
>          Components: Impl
>    Affects Versions: 2.0.0-alpha
>            Reporter: Michael Freedman
>            Assignee: Michael Freedman
>             Fix For: 2.0.0
>
>
> Clean up BridgeImpl so that all the Bridge's lifecycle methods (doFacesRequest) properly call RemovePhaseListener in all methods that it adds itself as a phase listener before running the lifecycle.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.