[ 
https://issues.apache.org/struts/browse/WW-1966?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_42111
 ] 

Don Brown commented on WW-1966:
-------------------------------

The struts.configuration.files setting is only settable in web.xml as an init 
param due to its use loading the other configuration files.  As for switching 
the config order, I wouldn't recommend it without a lot of testing.  I can't 
remember why exactly the order is the way it is, but there were reasons.  If 
nothing else, we should mark the struts.configuration.files setting in the docs 
as only being settable in web.xml.

> "struts.configuration.files" setting not implemented
> ----------------------------------------------------
>
>                 Key: WW-1966
>                 URL: https://issues.apache.org/struts/browse/WW-1966
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Configuration
>    Affects Versions: 2.0.6, 2.0.7, 2.0.8, 2.0.9, 2.0.10
>         Environment: struts2.0.6
> eclipse3.2 wtp
> tomcat 5.5
>            Reporter: Jung Kwang Sun
>            Assignee: James Holmes
>             Fix For: 2.1.0
>
>
> I tested the struts.configuration.files properties for special cases, and 
> found a kind of bug.
> With the struts-showcases-2.0.6, I remove the <include 
> file="struts-tags.xml"/> line in the struts.xml.
> And add the following line in the struts.properties :
> struts.configuration.files=struts-default.xml,struts-plugin.xml,struts.xml,struts-tags.xml
> Then when I accessed the tags-related action, exception happened(no action or 
> result exception)...
> Is this a incorrect attempt? or bug?

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

Reply via email to