You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Paul Lindner (JIRA)" <ji...@apache.org> on 2009/10/15 20:16:31 UTC

[jira] Created: (SHINDIG-1195) BasicHttpFetcher requests compressed encoding on HEAD requests

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.


[jira] Resolved: (SHINDIG-1195) BasicHttpFetcher requests compressed encoding on HEAD requests

Posted by "Paul Lindner (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SHINDIG-1195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Lindner resolved SHINDIG-1195.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1-BETA4

working..   

> 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
>             Fix For: 1.1-BETA4
>
>
> 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.