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)

Reply via email to