You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Paul Stanton (Commented) (JIRA)" <ji...@apache.org> on 2012/03/21 01:34:38 UTC

[jira] [Commented] (TAP5-1880) gzip compression should be disabled if the request is over http 1.0

    [ https://issues.apache.org/jira/browse/TAP5-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13233983#comment-13233983 ] 

Paul Stanton commented on TAP5-1880:
------------------------------------

This is more common than you might think. We've just had our two largest clients come up against this in the last week. It was initially very hard to diagnose GZIP as the culprit.

Many corporate environments use internet explorer behind proxies.

The problem manifests itself as lots of javascript syntax errors un-styled html.
                
> gzip compression should be disabled if the request is over http 1.0
> -------------------------------------------------------------------
>
>                 Key: TAP5-1880
>                 URL: https://issues.apache.org/jira/browse/TAP5-1880
>             Project: Tapestry 5
>          Issue Type: Improvement
>          Components: tapestry-core
>    Affects Versions: 5.3.2
>            Reporter: Paul Stanton
>              Labels: gzip
>
> Internet explorer when behind a proxy defaults to using HTTP 1.0 (instead of HTTP 1.1) and in this scenario, GZIP compression is still applied to the response and the clients do not interpret the response correctly.
> This may either be caused by the client incorrectly setting 'accept-encoding' or incorrectly reading the 'encoding' headers at either end, however since it only occurs over http 1.0 it should just be disabled for all http 1.0 requests.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira