since Chrome v26 I experience a bug on my webapp with Greenscript especially when using a local Play! server.
When I refresh a page or navigate in my webapp, all CSS resources with status "not modified" (HTTP code 304) are not properly received by Chrome.
It is correctly loaded when forcing a hard-refresh (shift+F5) or disabling Greenscript.
After investigation, the CSS files that should be cached have the wrong content-type "text/plain" instead of "text/css" which seems to be a part of the problem, but I'm not sure where to fix that.
Hi,
since Chrome v26 I experience a bug on my webapp with Greenscript especially when using a local Play! server. When I refresh a page or navigate in my webapp, all CSS resources with status "not modified" (HTTP code 304) are not properly received by Chrome. It is correctly loaded when forcing a hard-refresh (shift+F5) or disabling Greenscript.
After investigation, the CSS files that should be cached have the wrong content-type "text/plain" instead of "text/css" which seems to be a part of the problem, but I'm not sure where to fix that.
More info about this issue in Chrome: http://productforums.google.com/forum/#!topic/chrome/zID6uQQfKH8 Tom