Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CXF-8762] CXF client sends the SOAPAction header without quotes #1005

Closed
wants to merge 1 commit into from

Conversation

rnetuka
Copy link
Contributor

@rnetuka rnetuka commented Oct 3, 2022

if (!tempReqHeaders.containsKey(SoapBindingConstants.SOAP_ACTION)) {
tempReqHeaders.put(SoapBindingConstants.SOAP_ACTION, Collections.singletonList(action));
}
tempReqHeaders.put(SoapBindingConstants.SOAP_ACTION, Collections.singletonList(action));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the change I am not comfortable with, as per JIRA comment [1], we should not try to correct client's request, @dkulp do you have an opinion?

[1] https://issues.apache.org/jira/browse/CXF-8762?focusedCommentId=17612109&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-17612109

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed we should address it in camel-cxf, to ensure it follows the RFC in the first place

@rnetuka
Copy link
Contributor Author

rnetuka commented Oct 7, 2022

Replaced by apache/camel#8494

@rnetuka rnetuka closed this Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants