Marcin Kamionowski created WW-4444:
--------------------------------------
Summary: DefaultActionInvocation.invokeAction(Object,ActionConfig)
catch too many exceptions
Key: WW-4444
URL: https://issues.apache.org/jira/browse/WW-4444
Project: Struts 2
Issue Type: Bug
Components: Core Actions
Affects Versions: 2.3.20
Reporter: Marcin Kamionowski
Previous version (2.3.16) caught only NoSuchMethodException, but now any
exception is wrapped in OgnlException and handled directly.
In our case unknownHandlerManager contains only ConventionUnknownHandler so
unknownHandlerManager.handleUnknownMethod(action, methodName) always return
null. As a result ExceptionMappingInterceptor is not working.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)