Diego Díez created WW-3997:
------------------------------
Summary: Empty action names stop working
Key: WW-3997
URL: https://issues.apache.org/jira/browse/WW-3997
Project: Struts 2
Issue Type: Bug
Components: Core Actions
Affects Versions: 2.3.12
Reporter: Diego Díez
Priority: Blocker
Empty action names stop working.
<package name="common-root" extends="struts-default" namespace="/">
<action name="">
<result name="success" type="tiles">index</result>
</action>
</package>
For http://localhost:8084/, tomcat return 404 status
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira