Uploaded image for project: 'ServiceMix Components'
  1. ServiceMix Components
  2. SMXCOMP-904

Http Soap Consumer content encoding

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • servicemix-http-2009.01, servicemix-http-2009.02
    • 2013.02
    • servicemix-http
    • None
    • Production

    Description

      In de class HttpSoapConsumerMarshaler line 87 I see getResponseEncodingStream(request.getHeader(HttpHeaders.ACCEPT_ENCODING), response.getOutputStream());

      That is for me correct.

      But in the class HttpSoapConsumerMarshaler line 105 I see
      OutputStream encodingStream = getResponseEncodingStream(request.getHeader(HttpHeaders.CONTENT_ENCODING), response.getOutputStream());

      I expect HttpHeaders.ACCEPT_ENCODING instead of HttpHeaders.CONTENT_ENCODING

      Attachments

        Activity

          People

            jbonofre Jean-Baptiste Onofré
            fxdou FX Douxchamps
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: