[ 
http://issues.apache.org/jira/browse/MYFACES-1205?page=comments#action_12373219 
] 

Stan Silvert commented on MYFACES-1205:
---------------------------------------

Fixed in the 1.1 branch.  This impl also fixes a problem I found with listeners 
in afterPhase being called in the wrong order.  It should be a little faster 
because I was able to eliminate some synchronization.  We now only have to get 
the list of listeners once during execute and once during render.

> JSR-252 Issue #9: Clarified the behavior of PhaseListener implementations: 
> must guarantee that if beforePhase() is called the afterPhase() must also be 
> called.
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>          Key: MYFACES-1205
>          URL: http://issues.apache.org/jira/browse/MYFACES-1205
>      Project: MyFaces Core
>         Type: New Feature

>   Components: JSR-252
>     Reporter: Stan Silvert
>     Assignee: Stan Silvert

>
> Clarified the behavior of PhaseListener implementations in the following way: 
> they must guarantee that if "beforePhase()" is called, then "afterPhase()" 
> must also be called, regardless of any thrown exceptions.  Please see Section 
> 11.3 "PhaseListener" for more specifics.
> See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=9

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to