You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Zoltan Farkas (JIRA)" <ji...@apache.org> on 2014/05/01 21:17:16 UTC

[jira] [Created] (CXF-5723) exception swalowing in LoggingOutInterceptor

Zoltan Farkas created CXF-5723:
----------------------------------

             Summary: 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
(v6.2#6252)