[
https://issues.apache.org/jira/browse/AXIS2-3929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616082#action_12616082
]
Keith Godwin Chapman commented on AXIS2-3929:
---------------------------------------------
Hi Andreas,
I had a look at the code that sends the response out
(CommonsHTTPTransportSender) and we do take this property off the message
context and set it to httpClient. I wonder weather httpClient screws this up. I
have tested this some time ago when I was doing the WSDL 2.0 interop and it
worked on Linux. I didn't test this on windows though.
> Accept-Encoding: gzip, MC_GZIP_REQUEST not observed, response not gzipped
> -------------------------------------------------------------------------
>
> Key: AXIS2-3929
> URL: https://issues.apache.org/jira/browse/AXIS2-3929
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: transports
> Affects Versions: 1.4
> Environment: Java 1.5.0_11, 1.6.0_07, Windows XP SP2, Tomcat 5.5.23
> or SimpleServer
> Reporter: Andreas Schoedl
> Priority: Minor
>
> Sending gzipped requests with Header "Accept-Encoding: gzip" return an
> ungzipped response.
> (Even when explicitly setting
> options.setProperty(HTTPConstants.MC_GZIP_RESPONSE, Boolean.TRUE);
> ).
> Testcase: Add following lines to
> samples\mtom\src\sample\mtom\client\Client.java after line 90 and run sample
> as described in the README.txt.
> Options options = serviceStub._getServiceClient().getOptions();
> options.setProperty(HTTPConstants.MC_GZIP_REQUEST, Boolean.TRUE);
> options.setProperty(HTTPConstants.MC_ACCEPT_GZIP , Boolean.TRUE);
> Watch in tcpmon how the request is now gzipped, but the response isn't.
> I thought I'd read on the users list "if the server receives gzip, it
> responds with gzip", so it really should?
> My Tomcat is configured with compression=on, which doesn't seem to make a
> difference.
> And it's still the server used in the sample that wouldn't respond with gzip.
> What am I missing?
> Best regards,
> Andreas
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]