Author: musachy Date: Fri Dec 19 07:04:09 2008 New Revision: 728042 URL: http://svn.apache.org/viewvc?rev=728042&view=rev Log: Remove codebehind settings
Modified: struts/struts2/trunk/plugins/rest/src/main/resources/struts-plugin.xml Modified: struts/struts2/trunk/plugins/rest/src/main/resources/struts-plugin.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/rest/src/main/resources/struts-plugin.xml?rev=728042&r1=728041&r2=728042&view=diff ============================================================================== --- struts/struts2/trunk/plugins/rest/src/main/resources/struts-plugin.xml (original) +++ struts/struts2/trunk/plugins/rest/src/main/resources/struts-plugin.xml Fri Dec 19 07:04:09 2008 @@ -43,14 +43,6 @@ <constant name="struts.mapper.idParameterName" value="id" /> <constant name="struts.action.extension" value="xhtml,,xml,json" /> - <!-- Overwrite Codebehind --> - <constant name="struts.codebehind.classSuffix" value="Controller"/> - <constant name="struts.codebehind.action.checkImplementsAction" value="false"/> - <constant name="struts.codebehind.action.checkAnnotation" value="false"/> - <constant name="struts.codebehind.action.defaultMethodName" value="index"/> - - <constant name="struts.configuration.classpath.defaultParentPackage" value="rest-default" /> - <package name="rest-default" extends="struts-default"> <result-types> <result-type name="redirect" class="org.apache.struts2.dispatcher.ServletRedirectResult">