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

SYNAPSE-1109: copy wsa:From value when creating request context #14

Merged
merged 1 commit into from Aug 20, 2019

Conversation

auke-
Copy link
Contributor

@auke- auke- commented Aug 19, 2019

When a From value is set in the message context (e.g. with MessageContext.setFrom) before it is sent to an endpoint the value isn't used in the resulting request. This is due to the fact that the Axis2FlexibleMEPClient clones the message context before sending it and the MessageHelper.clonePartially doesn't copy the From value from the source message context to the cloned message context.

@isudana isudana merged commit 533588b into apache:master Aug 20, 2019
@isudana
Copy link
Contributor

isudana commented Aug 20, 2019

Thanks for your contribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants