WW-1850 struts-default package in struts-default.xml should be abstract

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@555696 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
James Holmes
2007-07-12 17:06:26 +00:00
parent 87c1c76597
commit f1da9b984f
+1 -1
View File
@@ -49,7 +49,7 @@
<bean class="org.apache.struts2.views.util.ContextUtil" static="true" />
<bean class="org.apache.struts2.views.util.UrlHelper" static="true" />
<package name="struts-default">
<package name="struts-default" abstract="true">
<result-types>
<result-type name="chain" class="com.opensymphony.xwork2.ActionChainResult"/>
<result-type name="dispatcher" class="org.apache.struts2.dispatcher.ServletDispatcherResult" default="true"/>