You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Andrei Shakirin (JIRA)" <ji...@apache.org> on 2013/02/17 11:05:12 UTC

[jira] [Resolved] (CXF-4800) Exception mapper on the client in case of method Response retun value

     [ https://issues.apache.org/jira/browse/CXF-4800?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrei Shakirin resolved CXF-4800.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 2.8.0
    
> Exception mapper on the client in case of method Response retun value
> ---------------------------------------------------------------------
>
>                 Key: CXF-4800
>                 URL: https://issues.apache.org/jira/browse/CXF-4800
>             Project: CXF
>          Issue Type: Improvement
>          Components: JAX-RS
>    Affects Versions: 2.7.2
>            Reporter: Andrei Shakirin
>            Assignee: Andrei Shakirin
>             Fix For: 2.8.0
>
>
> TestCase:
> JAX-RS annotated business method returns Response.
> ExceptionMapper is registered on the client side.
> Current behavior: If method throws RuntimeException, exception mapper is invoked for all methods except returning Response ones.
> Desired behavior: Invoke exception mapper for methods returning Response as well, however only for "bad responses" status is >= 300. If exception mapper returns null instead exception, business method should be invoked with "bad response".
> The reason: as far as user registers exception mapper on the client side (it is not mandatory), it makes sense to handle all errors in consistent way via exception mapper. In some special cases, when user would like to process "bad" HTTP Response in the business method, he can return null instead exception in exception mapper.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira