mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
f621683dc1
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X@516927 13f79535-47bb-0310-9956-ffa450edef68
16 lines
502 B
XML
16 lines
502 B
XML
<?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.action.extension" value="do" />
|
|
<constant name="struts.devMode" value="false" />
|
|
<constant name="struts.enable.DynamicMethodInvocation" value="false" />
|
|
|
|
<include file="mailreader-default.xml"/>
|
|
|
|
<include file="mailreader-support.xml"/>
|
|
|
|
</struts> |