[ http://issues.apache.org/jira/browse/AXIS-2136?page=comments#action_12317022 ]
Davanum Srinivas commented on AXIS-2136: ---------------------------------------- Simon, #1: Can we keep the behavior as is? (which means using a constant HTTP_ACCEPT_GZIP and folks set that explicity true when they want to accept GZIP response) #2: can you please move the 2 constants from MessageContext to src/org/apache/axis/transport/http/HTTPConstants.java? Seems more appropriate there (see the value string below as well) public static final String HTTP_ACCEPT_GZIP = "transport.http.AcceptGzip"; public static final String HTTP_GZIP_REQUEST = "transport.http.gzipRequest"; thanks, dims > support request & response gzip compression on HTTP transport > ------------------------------------------------------------- > > Key: AXIS-2136 > URL: http://issues.apache.org/jira/browse/AXIS-2136 > Project: Apache Axis > Type: New Feature > Components: Basic Architecture > Versions: 1.2.1 > Reporter: Simon Fell > Priority: Minor > Attachments: gzip.diff.zip > > provide support for handling gziped compressed requests & responses in the > http client. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
