[Zope] RE: [Zope-dev] Fighting with ZServer
Dieter Maurer
dieter@handshake.de
Tue, 22 Aug 2000 23:39:21 +0200 (CEST)
weboats@web-oats.com writes:
> To your image in properites add a string property called
>
> Last-Modified
>
> with value
>
> Wed, 15 Mar 2002 19:02:17 GMT
>
> And your broken image problem will disappear.
That may be possible.
However, this avoids browser caching of the images (at
least until 2002-3-15). I think, disabling the caching
is not a good thing.
Furthermore, it does not explain, why netscape displays
the image as broken. It should get a nice 304 response
which is usually handles correctly.
By the way, Zope should cope with rounding problems
for the "If-Modified-Since" headers.
Dieter