You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Dennis Kieselhorst (JIRA)" <de...@myfaces.apache.org> on 2015/01/21 14:04:36 UTC

[jira] [Commented] (MYFACES-3950) Copy&Paste bug in checking last modified dates of taglibs.xml

    [ https://issues.apache.org/jira/browse/MYFACES-3950?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14285602#comment-14285602 ] 

Dennis Kieselhorst commented on MYFACES-3950:
---------------------------------------------

Duplicate, please see MYFACES-3948 for a patch.

> Copy&Paste bug in checking last modified dates of taglibs.xml
> -------------------------------------------------------------
>
>                 Key: MYFACES-3950
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3950
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: General
>    Affects Versions: 2.2.7
>            Reporter: Daniel Heinrich
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> in org.apache.myfaces.config.FacesConfigurator:397
> instead of:
>             for (int i = 0, size = faceletFilesList.length; i < size; i++)
>             {
>                 String systemId = configFilesList.get(i);
> it should be:
>             for (int i = 0, size = faceletFilesList.length; i < size; i++)
>             {
>                 String systemId = faceletFilesList[i];
> This bug causes IndexOutOfBounds Exceptions!



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)