Add an "order" attribute to the "struts" configuration element
--------------------------------------------------------------
Key: WW-3076
URL: https://issues.apache.org/struts/browse/WW-3076
Project: Struts 2
Issue Type: Improvement
Components: XML Configuration
Affects Versions: 2.1.6
Reporter: Musachy Barroso
Assignee: Musachy Barroso
Fix For: 2.1.7
This order guarantees that XML config files with the same name (struts.xml,
struts-plugin.xml), will be sorted before loading, according to the value of
the "order" attribute. Config files without the "order" attribute will be
loaded after any with an specified order (their default order will default to
Integer.MAX_VALUE)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.