Hi, I noticed that App Engine is setting ETags on static files. Is there a way to turn them off? ETags override the cache-control header and cause the browser to issue additional HTTP requests to check for modified files. This is bad for performance and completely unnecessary if you use an asset manager that adds a version hash to the generated file names. How can I get rid of those ETags and only have a cache-control header?
Thanks! Bye, Waldemar Kornewald -- Django on App Engine, MongoDB, ...? Browser-side Python? It's open-source: http://www.allbuttonspressed.com/blog/django -- You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en.
