[
https://issues.apache.org/jira/browse/CXF-5534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13887085#comment-13887085
]
Sergey Beryozkin commented on CXF-5534:
---------------------------------------
Thanks for the tests, they are passing on 2.7.10-SNAPSHOT:
http://svn.apache.org/r1562972
Can you try 2.7.9, being released now,
https://repository.apache.org/content/repositories/orgapachecxf-1003/
Cheers. Sergey
> ProviderFactory returns incorrect ExceptionMapper when no exact match is
> registered
> -----------------------------------------------------------------------------------
>
> Key: CXF-5534
> URL: https://issues.apache.org/jira/browse/CXF-5534
> Project: CXF
> Issue Type: Bug
> Components: JAX-RS
> Affects Versions: 2.7.8
> Reporter: Hans Weisheimer
> Priority: Minor
> Attachments: ProviderFactoryExceptionMapperTest.java
>
>
> The JAX-RS 1.1 spec says:
> When choosing an exception mapping provider to map an exception, an
> implementation MUST use the provider whose generic type is the nearest
> superclass of the exception.
> In 2.7.0, this was working per the spec. In 2.7.8 (likely starting with
> 2.7.6, but not tested), the FIRST ExceptionMapper provider is returned when
> there is no exact match. This usually results in a ClassCastException.
> In the attached test, a NullPointerException should map to the registered
> ExceptionMapper<RuntimeException> provider, but it does not.
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)