Have you tried, specifcally specifying a mimetype? http://code.google.com/appengine/docs/python/config/appconfig.html#Static_File_Pattern_Handlers
mime_type Optional. If specified, all files served by this handler will be served using the specified MIME type. On Thu, Jan 5, 2012 at 4:30 PM, Mos <[email protected]> wrote: > My site is down currently, because GAE response CSS files without mime-type: > > REQUEST: > > GET /static/css/master.css HTTP/1.1 > > ... > User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.25) > Gecko/20111212 Firefox/3.6.25 > > Accept: text/css,*/*;q=0.1 > ...... > > WRONG RESPONSE: > > HTTP/1.1 200 OK > Etag: "sR7Bag" > Date: Thu, 05 Jan 2012 16:22:34 GMT > Expires: Thu, 05 Jan 2012 16:32:34 GMT > Cache-Control: public, max-age=600 > Content-Type: null > > Server: Google Frontend > Content-Length: 37206 > > Does anybody else have the problem? > > -- > 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. -- 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.
