Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-5723

exception swalowing in LoggingOutInterceptor

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 2.7.11
    • None
    • Core
    • None
    • Unknown

    Description

      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...

      Attachments

        Activity

          People

            Unassigned Unassigned
            zolyfarkas Zoltan Farkas
            Votes:
            2 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: