andymc12 opened a new pull request #366: Handle ResponseExceptionMappers URL: https://github.com/apache/cxf/pull/366 We should not need to call handleMapper for the ResponseExceptionMappers - they already require the parameterized type to be a subclass of Throwable. And the handleMapper method checks whether the Throwable class can be assigned to the type in the user's REM - which it never will be (unless they define ResponseExceptionMapper<Throwable>). This also adds unit tests ensuring that the REM is executed. @johnament - can you review this to make sure I'm on the right track?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
