BasicHttpFetcher requests compressed encoding on HEAD requests
--------------------------------------------------------------
Key: SHINDIG-1195
URL: https://issues.apache.org/jira/browse/SHINDIG-1195
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: 1.1-BETA3
Reporter: Paul Lindner
The basic http fetcher requests compression on HEAD requests. Since there is
no content on these responses the GzipInputStream throws an exception.
To fix this we should not request compressed responses for HEAD requests.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.