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

HTTP headers logged in debug

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 3.1.8, 3.0.11, 3.2.0
    • Transports
    • None
    • Unknown

    Description

      We try to avoid logging of authorization header value in out/in requests, we filtered out these in interceptors, but turns out these are logged anyway in CXF debug mode:

              if (LOG.isLoggable(Level.FINE)) {
                  LOG.log(Level.FINE, "Request Headers: " + headers.toString());
              }
      

      Attachments

        Issue Links

          Activity

            People

              sergey_beryozkin Sergey Beryozkin
              fadi.mohsen@gmail.com Fadi Mohsen
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: