struts.custom.i18n setting ignored if set by constant configuration
-------------------------------------------------------------------
Key: WW-1668
URL: https://issues.apache.org/struts/browse/WW-1668
Project: Struts 2
Issue Type: Bug
Affects Versions: 2.0.3
Reporter: Ted Husted
Priority: Critical
Fix For: 2.0.4
The struts.custom.i18n.resources setting works from a struts.properties file,
but the same setting is ignored by a constant setting in struts.xml.
struts.properties works:
struts.custom.i18n.resources=resources
struts.xml does not work:
<struts>
<constant name="struts.custom.i18n.resources" value="resources"/>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/struts/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira