I'm seeing this as well. It garbles up the whole page 
http://www.zivvit.com/css/main.css

Any headway? I checked to make sure my file was encoded fine and
everything. Not sure what's going on here... Seems like a bug in the
static file distribution system.

On Dec 24, 4:48 pm, jon stevens <latch...@gmail.com> wrote:
> Hey there,
>
> I've got an app up on GAE-J that when I request a .css file, I get back a
> Content-Type: null, which is causing Chrome/Safari to not render the page
> correctly. Any ideas why this would happen? Here is an example of what I
> see in the Chrome Developer Tools -> Network -> Headers. I tried adding the
> mime-extension to the web.xml and that didn't do anything.
>
> Request URL:http://appid.appspot.com/css/gen/main.css
> Request Method:GET
> Status Code:200 OK
>
> Request Headers
> Accept:text/css,*/*;q=0.1
> Accept-Charset:ISO-8859-1,utf-8;q=0.7,*;q=0.3
> Accept-Encoding:gzip,deflate,sdch
> Accept-Language:en-US,en;q=0.8
> Authorization:Basic sldkjf
> Cache-Control:max-age=0
> Connection:keep-alive
> Host:appid.appspot.com
> If-None-Match:"Cf2J0A"
> Referer:http://appid.appspot.com/
> User-Agent:Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_2) AppleWebKit/535.7
> (KHTML, like Gecko) Chrome/16.0.912.63 Safari/535.7
>
> Response Headers
> Cache-Control:public, max-age=600
> Content-Length:112490
> Content-Type:null
> Date:Sun, 25 Dec 2011 00:23:00 GMT
> ETag:"NfQmpA"
> Expires:Sun, 25 Dec 2011 00:33:00 GMT
> Server:Google Frontend

-- 
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 google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to