It appears that CSS compression might be causing some wierd 404s.
./apache_local/northcoast_access.log:67.162.146.161 - - [06/Oct/2010:20:48:29
+0000] "GET /media/common/css/common.css HTTP/1.1" 404
There is no such file but it is refered to in:
./media/closure/assets/toolbar.css: @import url(common.css);
Which gets compressed into {MEDIA}/common/css/marinemap.r*.css - the relative
path to common.css has changed but that import line gets stuck in verbatim.
Not sure if there is a way to fix it or if it's even causing any problems
beyond polluting the logs.
Original issue reported on code.google.com by perrygeo...@gmail.com on 6 Oct 2010 at 9:19
Original issue reported on code.google.com by
perrygeo...@gmail.com
on 6 Oct 2010 at 9:19