Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.14.3
-
None
Description
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:
<global-results> <result name="error" type="dispatcher">/error/strutsError.jsp</result> </global-results> </package>
The convention plugin will only dispatch to action-error.jsp or action.jsp when the former is not found, ignoring the global-results.