Hans Uhlig created HTTPCLIENT-1403:
--------------------------------------
Summary: HttpClient cannot handle contatenated gzip streams
Key: HTTPCLIENT-1403
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1403
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient
Affects Versions: 4.3 Final
Reporter: Hans Uhlig
Priority: Critical
HttpClient uses java.util.zip.GZIPInputStream which in many versions of java is
unable to handle concatenated gzip streams properly. Concatenated gzip streams
are themselves valid gzip streams. This makes fetching data from certain
servers impossible due to the transparent nature of HttpClients Entity
Decompression.
Suggest using commons-compress instead of GZIPInputStream/GZIPOutputStream
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]