Author: musachy
Date: Thu Jun  5 06:31:01 2008
New Revision: 663605

URL: http://svn.apache.org/viewvc?rev=663605&view=rev
Log:
WW-2667 REST should not extend Codebehind

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=663605&r1=663604&r2=663605&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 Thu 
Jun  5 06:31:01 2008
@@ -42,7 +42,7 @@
     <constant name="struts.mapper.idParameterName" value="id" />
     <constant name="struts.action.extension" value="xhtml,,xml,json" />
 
-    <!--  Disable the scanning by the codebehind plugin to prevent duplicates 
-->
+    <!--  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"/>


Reply via email to