Document change in REST plugin
------------------------------
Key: WW-2936
URL: https://issues.apache.org/struts/browse/WW-2936
Project: Struts 2
Issue Type: Bug
Reporter: Musachy Barroso
Fix For: 2.1.4
Now this needs to be added to struts.xml:
<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" />
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.