[
https://issues.apache.org/jira/browse/WW-4100?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13681115#comment-13681115
]
Maurizio Cucchiara commented on WW-4100:
----------------------------------------
My guess is he meant that since Struts ignore global-result, there is a bug.
No need to introduce a constant to fix a bug.
{quote}
For future reference do you guys prefer patches in JIRA over pull requests on
GitHub?
{quote}
At the moment we prefer JIRA patches.
Am I right [~lukaszlenart]?
> "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
> Assignee: Lukasz Lenart
> Fix For: 2.3.16
>
> Attachments: Fix_for_WW-4100_.patch
>
>
> If you have an "error" result defined in global-results in struts.xml and use
> the convention plugin, the global error result is ignored.
> If you have this:
> {code}
> <global-results>
> <result name="error" type="dispatcher">/error/strutsError.jsp</result>
> </global-results>
> </package>
> {code}
> The convention plugin will only dispatch to action-error.jsp or action.jsp
> when the former is not found, ignoring the global-results.
--
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