reta commented on code in PR #2150: URL: https://github.com/apache/cxf/pull/2150#discussion_r1846824254
########## 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 @dmytro-sylaiev , that is right, those are internal APIs (package protected) and has to be changed to instance methods (or accept message as an argument), thanks. -- 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