[
https://issues.apache.org/jira/browse/MYFACES-3944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-3944.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.2.7
> Calls to fcc.startComponentUniqueIdSection(...) and
> fcc.endComponentUniqueIdSection(...) should be surrounded in a try finally
> block
> ------------------------------------------------------------------------------------------------------------------------------------
>
> Key: MYFACES-3944
> URL: https://issues.apache.org/jira/browse/MYFACES-3944
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-344
> Affects Versions: 2.2.6
> Reporter: Leonardo Uribe
> Assignee: Leonardo Uribe
> Priority: Critical
> Fix For: 2.2.7
>
>
> In some situations where an exception could be raised inside a component like
> c:forEach, and on the same time fcc.startComponentUniqueIdSection(...) and
> fcc.endComponentUniqueIdSection(...) are used, the section is not closed,
> affecting theoretically the ids generated.
> The probability of something like this is very low, but as a good practice it
> would be better to ensure fcc.startComponentUniqueIdSection(...) and
> fcc.endComponentUniqueIdSection(...) are called inside a try{...} finally
> block.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)