mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
5e68ebe634
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@479396 13f79535-47bb-0310-9956-ffa450edef68
17 lines
563 B
XML
17 lines
563 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" />
|
|
<constant name="struts.objectFactory" value="spring" />
|
|
|
|
<include file="mailreader-default.xml"/>
|
|
|
|
<include file="mailreader-support.xml"/>
|
|
|
|
</struts> |