You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Daniel Kulp (JIRA)" <ji...@apache.org> on 2017/03/24 15:14:41 UTC

[jira] [Updated] (CXF-6029) Questionable exception handling

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

Daniel Kulp updated CXF-6029:
-----------------------------
    Component/s: Core

> Questionable exception handling
> -------------------------------
>
>                 Key: CXF-6029
>                 URL: https://issues.apache.org/jira/browse/CXF-6029
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>            Reporter: Zoltan Farkas
>            Priority: Minor
>   Original Estimate: 5m
>  Remaining Estimate: 5m
>
> The following is catch is too wide (includes Error which are unrecoverable):
>  } catch (Throwable t) {
> //ignore
> }
> A log message might be warranted maybe as well.
> https://github.com/apache/cxf/blob/master/core/src/main/java/org/apache/cxf/bus/spring/SpringBusFactory.java#L70



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)