You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Manfred Geiler (JIRA)" <de...@myfaces.apache.org> on 2007/06/20 15:09:26 UTC

[jira] Created: (MYFACES-1667) META-INF/faces-config.xml loading is done in wrong order

META-INF/faces-config.xml loading is done in wrong order
--------------------------------------------------------

                 Key: MYFACES-1667
                 URL: https://issues.apache.org/jira/browse/MYFACES-1667
             Project: MyFaces Core
          Issue Type: Bug
          Components: General
    Affects Versions: 1.1.5
            Reporter: Manfred Geiler
            Assignee: Manfred Geiler
            Priority: Minor


Chapter 10.3.2 Application Startup Behavior of the spec says:
"Search for all resources named "META-INF/faces-config.xml" in the
ServletContext resource paths for this web application, and load each as a JSF
configuration resource (in reverse order of the order in which they are returned
by getResources())."

FacesConfigurator.feedClassloaderConfigurations does NOT iterate in reverse order.


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