[google-appengine] Re: Transfer encoding for applets?

2009-04-20 Thread Jeff S (Google)
Hi Dieter, As you've noticed, the server does not allow your app to specify the content-encoding header. http://code.google.com/appengine/docs/python/tools/webapp/responseclass.html#Disallowed_HTTP_Response_Headers I recall an earlier question about pack200-gzip encoding, would you mind filing

[google-appengine] Re: Transfer encoding for applets?

2009-04-20 Thread Dieter Krachtus
I did: http://code.google.com/p/googleappengine/issues/detail?id=1378 I hope you don't mind me posting the issue in the appengine group: http://groups.google.com/group/google-appengine/browse_thread/thread/5cb0d477cfbb222 I guess this is anyway not a technical issue but more of a 'should we

[google-appengine] Re: Transfer encoding for applets?

2009-04-17 Thread jeremy
use the mime_type parameter for static files in the app.yaml? On Apr 17, 7:40 pm, Dieter Krachtus dieter.krach...@googlemail.com wrote: Hi, I would like to set the Content-Encoding for files of certain type to pack200-gzip? I would need it to increase the startup time for my applet

[google-appengine] Re: Transfer encoding for applets?

2009-04-17 Thread Dieter Krachtus
hehe...I do. But mime-type is independent of Content-Encoding. The mime-type of an applet jar is always the same but can have 1 of 3 different types of Content-Encoding. Cheers, Dieter On Apr 18, 1:44 am, jeremy jeremy.a...@gmail.com wrote: use the mime_type parameter for static files in the