Uploaded image for project: 'CXF'
  1. CXF
  2. CXF-6506

Client-side message context value HTTP_REQUEST_HEADERS is not shared between SOAP handlers

    Details

    • Type: Bug
    • Status: Closed
    • Priority: Major
    • Resolution: Fixed
    • Affects Version/s: 3.0.5, 3.1.1
    • Fix Version/s: 3.0.6, 3.1.2
    • Component/s: JAX-WS Runtime
    • Labels:
      None
    • Estimated Complexity:
      Unknown

      Description

      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.

        Attachments

          Activity

            People

            • Assignee:
              ema Jim Ma
              Reporter:
              ema Jim Ma
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: