There seems to be a   "Content-Encoding    gzip"   missing on the response
in 1.7.2.  Would that be the cause? Should GAE provide that header?   Are
they listening or can we inform them?


1.7.1
Response Headersview source
Content-Encoding    gzip
Content-Type    text/html; charset=utf-8
Server    Jetty(6.1.x)
Transfer-Encoding    chunked

Request Headersview source
Accept    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding    gzip, deflate
Accept-Language    en-US,en;q=0.5
Cache-Control    max-age=0
Connection    keep-alive
----


1.7.2
Response Headersview source
Cache-Control    no-cache
Content-Length    3222
Content-Type    text/html; charset=utf-8
Date    Thu, 11 Oct 2012 14:21:51 GMT
Expires    Thu, 11 Oct 2012 14:21:51 GMT
Server    Development/1.0
Set-Cookie    JSESSIONID=ey6yjar4lm3;Path=/

Request Headersview source
Accept    text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Encoding    gzip, deflate
Accept-Language    en-US,en;q=0.5
Cache-Control    max-age=0
Connection    keep-alive
Cookie    JSESSIONID=951c00i8ya0v
Host    localhost:8888
User-Agent    Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:16.0)
Gecko/20100101 Firefox/16.0



On Thu, Oct 11, 2012 at 3:40 AM, Lance Java <lance.j...@googlemail.com>wrote:

> Using firebug (or similar) can you look at the request/response traffic
> when
> the error occurs?
>
> In particular, what are the values of the "Accept-Encoding" header on the
> request and the "Content-Encoding" header on the response?
>
>
>
> --
> View this message in context:
> http://tapestry.1045711.n5.nabble.com/Tapestry-Problem-on-Google-App-Engine-in-Development-tp5716763p5716768.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to