[
https://issues.apache.org/jira/browse/WAGON-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15799244#comment-15799244
]
Michael Osipov commented on WAGON-397:
--------------------------------------
I think this issue is obsolete for two reasons:
1. The server never sends compressed content unless the client requests it with
{{Accept-Enconding}}.
2. Wagon HTTP by default requests compressed content, {{HttpClient}}
decompresses on the fly. The entity {{InputStream}} is a decompressed one.
> getFileList feature is broken as GZIP content encoding is not supported
> -----------------------------------------------------------------------
>
> Key: WAGON-397
> URL: https://issues.apache.org/jira/browse/WAGON-397
> Project: Maven Wagon
> Issue Type: Bug
> Components: wagon-http
> Affects Versions: 2.4
> Reporter: Jeff MAURY
> Priority: Minor
> Labels: close-pending
>
> When downloading a Web site, the responses are analyzed to detect links but
> as more and more Web servers use GZIP for content encoding, the HTTP client
> library does not automatically unzip and a gzipped stream is given to Jsoup
> which leads to no links detected.
> A workaround is to use http-lighweight
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)