Jim Ma created CXF-6506:
---------------------------
Summary: Client-side message context value HTTP_REQUEST_HEADERS is
not shared between SOAP handlers
Key: CXF-6506
URL: https://issues.apache.org/jira/browse/CXF-6506
Project: CXF
Issue Type: Bug
Components: JAX-WS Runtime
Affects Versions: 3.1.1, 3.0.5
Reporter: Jim Ma
Assignee: Jim Ma
Fix For: 3.0.6, 3.1.2
CXF runtime does NOT propagate JAX-WS standard context value
MessageContext.HTTP_REQUEST_HEADERS to the subsequent client-side SOAP
handlers. For instance,
1. The first client handler puts the newly created HTTP request header map that
contains the custom header 'foo' in the message context.
2. The second client handler can not refer to the custom header 'foo' added in
the step 1. The HTTP request header map in the message context is null.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)