possible Last-Modified and ETag issues a . ledvinka
From: a.ledvinka@xxxxxxxxx
To: dev@xxxxxxxxxxxxxxxx
Subject: possible Last-Modified and ETag issues
Date: Tue, 30 Nov 2004 17:37:01 +0100
Hello.
For static content there is issue that could arise questions of what
behaviour is correct. And to protect innocent - current behaviour is bad.
It allows pages that are resault of bad transformation and appear broken
to be cached although the xslt has been fixed after the page has been
cached somewhere.
(static = xml in files on disk and xslt in files on disk)
for http headers
Last-Modified:
ETag:
initial state
Last-Modified: Tue, 30 Nov 2004 15:53:27 GMT
ETag: "3d80c7-12c6-ca2b8bc0"
after changing the xslt and not touching xml
Last-Modified: Tue, 30 Nov 2004 15:53:27 GMT
ETag: "3d80c7-12c6-ca2b8bc0"