Author: lukaszlenart Date: Thu May 30 08:33:04 2013 New Revision: 1487783 URL: http://svn.apache.org/r1487783 Log: WW-4086 Adds empty action definition to support requests to /
Modified: struts/struts2/trunk/plugins/config-browser/src/main/resources/struts-plugin.xml Modified: struts/struts2/trunk/plugins/config-browser/src/main/resources/struts-plugin.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/config-browser/src/main/resources/struts-plugin.xml?rev=1487783&r1=1487782&r2=1487783&view=diff ============================================================================== --- struts/struts2/trunk/plugins/config-browser/src/main/resources/struts-plugin.xml (original) +++ struts/struts2/trunk/plugins/config-browser/src/main/resources/struts-plugin.xml Thu May 30 08:33:04 2013 @@ -42,6 +42,10 @@ <result name="input" type="freemarker">/config-browser/error.ftl</result> </global-results> + <action name=""> + <result type="redirectAction">actionNames</result> + </action> + <action name="index" class="org.apache.struts2.config_browser.ActionNamesAction" method="redirect"> <result type="redirectAction">actionNames</result> </action>