mirror of
https://github.com/apache/struts.git
synced 2026-08-11 09:36:57 +00:00
3fcfcad103
WW-1595 git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@492788 13f79535-47bb-0310-9956-ffa450edef68
16 lines
560 B
XML
16 lines
560 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>
|
|
<bean type="com.opensymphony.xwork2.UnknownHandler" class="org.apache.struts2.codebehind.CodebehindUnknownHandler" />
|
|
|
|
<constant name="struts.codebehind.pathPrefix" value="/"/>
|
|
<constant name="struts.codebehind.defaultPackage" value="codebehind-default"/>
|
|
|
|
<package name="codebehind-default" extends="struts-default">
|
|
</package>
|
|
</struts>
|