add servlet-mapping path style support for include tag in config file
------------------------------------------------------------------------
Key: WW-2210
URL: https://issues.apache.org/struts/browse/WW-2210
Project: Struts 2
Issue Type: Improvement
Components: Configuration
Affects Versions: 2.0.11
Reporter: zhouyanming
Assignee: James Holmes
I wish struts2 can do this like spring configuration
"classpath*:resources/applicationContext-*.xml",it make more easy for
modularization and plugin.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
<constant name="struts.devMode" value="true" />
<constant name="struts.i18n.encoding" value="UTF-8" />
<include file="resources/struts-*.xml" />
</struts>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.