Re: [PR] CXF-9082: Allow to modify sensitive header list [cxf]

2024-11-24 Thread via GitHub
reta merged PR #2150: URL: https://github.com/apache/cxf/pull/2150 -- 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 q

Re: [PR] CXF-9082: Allow to modify sensitive header list [cxf]

2024-11-19 Thread via GitHub
reta commented on PR #2150: URL: https://github.com/apache/cxf/pull/2150#issuecomment-2486858869 > I've changed the PR to make sensitive headers a contextual property as you asked, but now for me is not clear how to pass the value when use `WebClient:invoke`, seems the end-user can not modi

Re: [PR] CXF-9082: Allow to modify sensitive header list [cxf]

2024-11-19 Thread via GitHub
dmytro-sylaiev commented on PR #2150: URL: https://github.com/apache/cxf/pull/2150#issuecomment-2486136598 Hello @reta I've changed the PR to make sensitive headers a contextual property as you asked, but now for me is not clear how to pass the value when use `WebClient:invoke`, seems t

Re: [PR] CXF-9082: Allow to modify sensitive header list [cxf]

2024-11-18 Thread via GitHub
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 t

Re: [PR] CXF-9082: Allow to modify sensitive header list [cxf]

2024-11-18 Thread via GitHub
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 stati

Re: [PR] CXF-9082: Allow to modify sensitive header list [cxf]

2024-11-16 Thread via GitHub
reta commented on code in PR #2150: URL: https://github.com/apache/cxf/pull/2150#discussion_r1845242065 ## 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 t