flaviodonze opened a new pull request #622: subclasses of declared exception should be thrown URL: https://github.com/apache/cxf/pull/622 if a service throws "ServerExecption" but ends up throwing a sub-class of ServerException e.g. ValidationException, the ResponseExceptionMapper resulting Exception is lost. Additional information, Resteasy also does it this way: https://github.com/resteasy/Resteasy/blob/cc424c27f0e9b5ccbc712fd114b7c9abb43e6ba5/resteasy-client-microprofile/src/main/java/org/jboss/resteasy/microprofile/client/ExceptionMapping.java
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
