Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Transports
-
Labels:None
-
Estimated Complexity: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