dmytro-sylaiev commented on code in PR #2150:
URL: https://github.com/apache/cxf/pull/2150#discussion_r1846812859


##########
rt/transports/http/src/main/java/org/apache/cxf/transport/http/Headers.java:
##########
@@ -580,4 +580,8 @@ public static String toHttpDate(Date date) {
     public static String toHttpLanguage(Locale locale) {
         return locale.toString().replace('_', '-');
     }
+
+    public static List<String> getSensitiveHeaderList() {

Review Comment:
   Hello @reta 
   Both `toString()` and `logProtocolHeaders` methods (who are the only users 
of `SENSITIVE_HEADERS` list) are static and don't use `message` to print 
headers.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to