mirror of
https://github.com/apache/struts.git
synced 2026-08-07 15:46:57 +00:00
WW-4086 Adds empty action definition to support requests to /
git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@1487783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user