[Zope-dev] Medusa and HTTP/1.1
Dieter Maurer
dieter@handshake.de
Fri, 30 Mar 2001 22:51:23 +0200 (CEST)
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