On the dev server I call setHeader() on the response but it doesn't
seem to set it - coz when I call containsHeader() immediately after
calling setHeader() it returns false.

response.setHeader("Content-Encoding", "gzip");
logger.info(response.containsHeader("Content-Encoding")); //prints
false

Is this a known issue? It used to work in previous versions of the
SDK. I'm using 1.3.4

Thanks,
Keyur

P.S.: I know that the production server gzips the content itself. As
much as I don't like it, no I don't set the Content-Encoding header in
production.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to