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

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0.5, 3.1.1
    • 3.0.6, 3.1.2
    • JAX-WS Runtime
    • None
    • 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

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

            Dates

              Created:
              Updated:
              Resolved: