[ 
https://issues.apache.org/jira/browse/MYFACES-3845?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonardo Uribe resolved MYFACES-3845.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.1
         Assignee: Leonardo Uribe

> Invalid modification of facesConfig.getFacesFlowDefinitions() collection when 
> implicit flow definition is derived
> -----------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-3845
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3845
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-344
>    Affects Versions: 2.2.0
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>             Fix For: 2.2.1
>
>
> I found an small bug running some examples for JSF 2.2 Faces Flow. When 
> implicit flow definition is derived there is a call to 
> facesConfig.getFacesFlowDefinitions().add(flow). That code worked well 
> before, but in the cleanup the code was updated to return a not modifiable 
> collection in getFacesFlowDefinitions().
> The solution is just replace the line with:
> facesConfig.addFacesFlowDefinition(flow);



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)

Reply via email to