[
https://issues.apache.org/jira/browse/CXF-5723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Colm O hEigeartaigh resolved CXF-5723.
--------------------------------------
Resolution: Won't Fix
The old LoggingOutInterceptor is now deprecated.
> exception swalowing in LoggingOutInterceptor
> --------------------------------------------
>
> Key: CXF-5723
> URL: https://issues.apache.org/jira/browse/CXF-5723
> Project: CXF
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.7.11
> Reporter: Zoltan Farkas
> Priority: Minor
>
> There are a few instance of code like:
> try {
> //empty out the cache
> cos.lockOutputStream();
> cos.resetOut(null, false);
> } catch (Exception ex) {
> //ignore
> }
> in LoggingOutInterceptor.java which are bad coding practice... code like this
> will hide issues which every sensible developer would not want to ignore...
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)