Marius,

Thanks for the reply. In my case there is no expiration header from
the server (Paster), just the Etag header. I've included a section of
a headers capture from the httpLiveHeaders Firefox plugin for one of
the css files requested from the browser. The Etag header is set, but
nothing else about expiration or caching. In my case I have two
applications, each of which has pages that request base.css (below),
but the base.css is different for each application. If I get a page
from one application and then from the other, it looks like the
base.css isn't requested again, which I would have thought the
different Etag value would have made happen.

So, I'm still confused as well,
Doug

http://dev04:5000/css/base.css

GET /css/base.css HTTP/1.1
Host: dev04:5000
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:
1.9.2.10) Gecko/20100914 Firefox/3.6.10
Accept: text/css,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 115
Connection: keep-alive
Referer: http://dev04:5000/xeikon/station
Cookie:
ss=a7f763aa9af4cfdeef297212f5a8b4833a99ccb2132e258cacbb41d2a6130dc29fdf93c9;
mp_breadcrumbs=%5B%7B%22name%22%3A%22%22%2C%22path%22%3A%22%2Fxeikon
%2Fstation%22%7D%5D
Pragma: no-cache
Cache-Control: no-cache

HTTP/1.0 200 OK
Server: PasteWSGIServer/0.5 Python/2.5.4
Date: Wed, 13 Oct 2010 15:12:13 GMT
Content-Type: text/css
Accept-Ranges: bytes
Last-Modified: Wed, 06 Oct 2010 14:47:22 GMT
Etag: 1286376442.0-5422
Content-Range: bytes 0-5421/5422
Content-Length: 5422

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en.

Reply via email to