Just a guess, haven't tried it, but couldn't you check for
request.getHeader("Accept-Encoding") containing "gzip" ? Or maybe I'm
misunderstanding the problem.On Thu, Mar 22, 2012 at 1:46 PM, Steve Eynon (Commented) (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/TAP5-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13235788#comment-13235788 > ] > > Steve Eynon commented on TAP5-1880: > ----------------------------------- > > I've not looked at the HTTP 1.0 RFC yet but this seems to suggest that HTTP > 1.0 supports GZIP, which would mean it's (yet another) IE issue...: > > http://stackoverflow.com/questions/239512/http-1-0-and-deflate-gzip > > >> 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: Bug >> Components: tapestry-core >> Affects Versions: 5.3.2 >> Reporter: Paul Stanton >> Assignee: Howard M. Lewis Ship >> Labels: gzip, ie >> >> 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 > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
