Mark Woon created WW-4100:
-----------------------------
Summary: "error" result defined in global-results is ignored when
using convention plugin
Key: WW-4100
URL: https://issues.apache.org/jira/browse/WW-4100
Project: Struts 2
Issue Type: Bug
Components: Plugin - Convention
Affects Versions: 2.3.14.3
Reporter: Mark Woon
If you have an "error" result defined in global-results in struts.xml and use
the convention plugin, the global error result is ignored.
{code}
<global-results>
<result name="error" type="dispatcher">/error/strutsError.jsp</result>
</global-results>
</package>
{code}
--
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