You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "FX Douxchamps (JIRA)" <ji...@apache.org> on 2011/09/08 09:51:08 UTC

[jira] [Created] (SM-2124) Http Soap Consumer content encoding

Http Soap Consumer content encoding
-----------------------------------

                 Key: SM-2124
                 URL: https://issues.apache.org/jira/browse/SM-2124
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-http
    Affects Versions: 3.3.1
         Environment: Production
            Reporter: FX Douxchamps


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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (SMXCOMP-904) Http Soap Consumer content encoding

Posted by "Gert Vanthienen (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMXCOMP-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gert Vanthienen updated SMXCOMP-904:
------------------------------------

    Fix Version/s:     (was: 2011.02)
                   2012.01

Deferring to 2012.01
                
> Http Soap Consumer content encoding
> -----------------------------------
>
>                 Key: SMXCOMP-904
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-904
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2009.01, servicemix-http-2009.02
>         Environment: Production
>            Reporter: FX Douxchamps
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2012.01
>
>
> 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

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Assigned] (SM-2124) Http Soap Consumer content encoding

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SM-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned SM-2124:
----------------------------------------

    Assignee: Jean-Baptiste Onofré

> Http Soap Consumer content encoding
> -----------------------------------
>
>                 Key: SM-2124
>                 URL: https://issues.apache.org/jira/browse/SM-2124
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2009.01, servicemix-http-2009.02
>         Environment: Production
>            Reporter: FX Douxchamps
>            Assignee: Jean-Baptiste Onofré
>
> 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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Commented] (SM-2124) Http Soap Consumer content encoding

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SM-2124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13107697#comment-13107697 ] 

Jean-Baptiste Onofré commented on SM-2124:
------------------------------------------

This issue is related to SMX Components. I move it to the right tracker.

> Http Soap Consumer content encoding
> -----------------------------------
>
>                 Key: SM-2124
>                 URL: https://issues.apache.org/jira/browse/SM-2124
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2009.01, servicemix-http-2009.02
>         Environment: Production
>            Reporter: FX Douxchamps
>            Assignee: Jean-Baptiste Onofré
>
> 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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Updated] (SMXCOMP-904) Http Soap Consumer content encoding

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMXCOMP-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré updated SMXCOMP-904:
-----------------------------------------

    Fix Version/s: 2011.02

> Http Soap Consumer content encoding
> -----------------------------------
>
>                 Key: SMXCOMP-904
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-904
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2009.01, servicemix-http-2009.02
>         Environment: Production
>            Reporter: FX Douxchamps
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 2011.02
>
>
> 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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] [Moved] (SMXCOMP-904) Http Soap Consumer content encoding

Posted by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SMXCOMP-904?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré moved SM-2124 to SMXCOMP-904:
--------------------------------------------------

          Component/s:     (was: servicemix-http)
                       servicemix-http
    Affects Version/s:     (was: 3.3.1)
                       servicemix-http-2009.01
                       servicemix-http-2009.02
                  Key: SMXCOMP-904  (was: SM-2124)
              Project: ServiceMix Components  (was: ServiceMix)

> Http Soap Consumer content encoding
> -----------------------------------
>
>                 Key: SMXCOMP-904
>                 URL: https://issues.apache.org/jira/browse/SMXCOMP-904
>             Project: ServiceMix Components
>          Issue Type: Bug
>          Components: servicemix-http
>    Affects Versions: servicemix-http-2009.02, servicemix-http-2009.01
>         Environment: Production
>            Reporter: FX Douxchamps
>            Assignee: Jean-Baptiste Onofré
>
> 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

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira