Uploaded image for project: 'FUSE Mediation Router'
  1. FUSE Mediation Router
  2. MR-586

using Camel to route to CXF message alters the Content-Type header and drops encoding

    XMLWordPrintable

Details

    Description

      When using Camel to route to CXF message it alters Content-Type header passed in and drops encoding part.

      e.g. incoming http headers :

      POST /testagent/TestService HTTP/1.1
      User-Agent: Actional HTTP Client
      SOAPAction: ""
      Content-Type: text/xml;charset=UTF-8
      Content-Length: 838
      Host: localhost:9090
      

      becomes on outgoing side as :

      HTTP/1.1 200 OK
      Content-Type: text/xml
      Transfer-Encoding: chunked
      Server: Jetty(6.1.x)
      

      Attachments

        Activity

          People

            willem.jiang Willem Jiang (Inactive)
            ubhole Ulhas Bhole (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: