[appengine-java] Re: Accept-Encoding doesn't seem to get passed to the application

2009-08-26 Thread Philippe Marschall
On Aug 26, 11:54 pm, "Jason (Google)" wrote: > App Engine's gzip compression is described > athttp://code.google.com/appengine/docs/java/runtime.html#Responses. > Please file any feature requests in the public tracker: Does that make a difference? Up until now everything I reported or starred

[appengine-java] Re: Accept-Encoding doesn't seem to get passed to the application

2009-08-26 Thread Jason (Google)
App Engine's gzip compression is described at http://code.google.com/appengine/docs/java/runtime.html#Responses. Please file any feature requests in the public tracker: http://code.google.com/p/googleappengine/issues/list. - Jason On Tue, Aug 25, 2009 at 12:51 PM, Philippe Marschall < philippe.m

[appengine-java] Re: Accept-Encoding doesn't seem to get passed to the application

2009-08-25 Thread Philippe Marschall
On Aug 25, 8:31 pm, Martin Caslavsky wrote: > Hi, > > App Engine does automatic gzip compression, so that may be the reason > why it removes the header before it passes request to an application. That's a bit uncool, is there a way to disable this? I store my content in gzip for space reasons,

[appengine-java] Re: Accept-Encoding doesn't seem to get passed to the application

2009-08-25 Thread Martin Caslavsky
Hi, App Engine does automatic gzip compression, so that may be the reason why it removes the header before it passes request to an application. Martin On 25 srp, 08:32, Philippe Marschall wrote: > Hi > > I'm getting really strange behavior here where it looks as if the > Accept-Encoding wouldn