[ https://issues.apache.org/jira/browse/CXF-6029?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Daniel Kulp resolved CXF-6029. ------------------------------ Resolution: Fixed Assignee: Daniel Kulp Fix Version/s: 3.1.11 3.0.13 > 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 > Assignee: Daniel Kulp > Priority: Minor > Fix For: 3.0.13, 3.1.11 > > 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)