Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
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
- links to