jrihtarsic commented on code in PR #2960:
URL: https://github.com/apache/cxf/pull/2960#discussion_r2945067141
##########
rt/bindings/soap/src/main/java/org/apache/cxf/binding/soap/interceptor/ReadHeadersInterceptor.java:
##########
@@ -234,24 +232,6 @@ public void handleMessage(SoapMessage message) {
for (Element elem : elemList) {
Element hel = DOMUtils.getFirstElement(elem);
while (hel != null) {
- // Need to add any attributes that are present on
the parent element
Review Comment:
That is a good suggestion. I implemented now the
org.apache.cxf.binding.soap.propagateHeaderAttributes
and if set to true it propagates the header attributes to children
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]