adam brin created WW-4727:
-----------------------------
Summary: Struts 2.5.8 no longer supports the <include> directive
in the struts.xml
Key: WW-4727
URL: https://issues.apache.org/jira/browse/WW-4727
Project: Struts 2
Issue Type: Bug
Components: Core
Affects Versions: 2.5.8
Reporter: adam brin
Priority: Minor
in 2.5.5 and most previous versions of Struts 2 you could use the {{<include
file="struts-local-settings.xml" />}} directive to separate out constants and
other parameters into changsets that could be managed. This appears to have
stopped working based on the fact that we're now getting NumberFormatExceptions
when trying to parse {{struts.multipart.maxSize}} when it's not defined in the
struts.xml but instead in the included file. Setting
{{struts.multipart.maxSize}} directly corrects this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)