Seb Bacon writes:
In the case of the ZServer, I guess the correct behaviour would be to have every page object return a Last-modified header, which defaults to the modified date of the newest component of the page. This behaviour could then be modified using cache managers like the Accelerated HTTP Cache Manager. This can be quite tricky, as it is not obvious at all what are the components of a page.
Dieter
On Fri, 30 Mar 2001, Dieter Maurer wrote:
This can be quite tricky, as it is not obvious at all what are the components of a page.
You can also fairly easily envision a case where none of the elements of a page has changed, but the content of the page itself is different from the last time that URL was requested. In other words, it is not at all obvious what the Last Modified date of a page generated by DTML is, other than 'now'. --RDM
participants (2)
-
Dieter Maurer -
R. David Murray