You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2011/02/25 12:57:38 UTC

[jira] Resolved: (HTTPCLIENT-1063) ResponseContentEncoding should also handle x-gzip, compress and x-compress

     [ https://issues.apache.org/jira/browse/HTTPCLIENT-1063?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Oleg Kalnichevski resolved HTTPCLIENT-1063.
-------------------------------------------

    Resolution: Fixed

Martin,
I made changes to ResponseContentEncoding to ensure that 'x-gzip' is treated as a synonym for 'gzip'.

Presently HttpClient does not support the 'compress' coding, but you are very welcome to contribute it.

Oleg

> ResponseContentEncoding should also handle x-gzip, compress and x-compress
> --------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1063
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1063
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>    Affects Versions: 4.1 Final
>            Reporter: Martin Zdila
>            Priority: Trivial
>
> ResponseContentEncoding should also handle x-gzip, compress and x-compress encodings according to specs (http://www.w3.org/Protocols/rfc2616/rfc2616-sec3.html, 3.5 Content Codings).
> Also RequestAcceptEncoding should set Accept-Encoding to "gzip,deflate,identity". I am not sure about x-gzip, compress and x-compress here though.
> Thanks

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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org