[Zope] Zope-2.6 acquisition problem

Dieter Maurer dieter@handshake.de
Fri, 29 Nov 2002 22:58:28 +0100


Thierry Florac writes:
 > I'm building a web site using Zope-2.6.
 > I created several new "folder like" products with new properties and
 > methods, which hinerit from SimpleItem, PropertyManager and
 > ObjectManager.
 > My problem is simple :
 >  1. I put an image in a folder, with name "logo" => OK
 >  2. I put a different image in a subfolder, with name "toto" => OK
 >  3. I rename the second image to "logo" => ERROR: when downloading the
 > image, I get the image from the parent folder !!!
 >  4. I rename the second image to "toto" => OK, I retrieve the original
 > image...
 > (and it's the same problem if I directly create an image called "logo"
 > in the subfolder).
This looks like a caching problem...

     Did you force your browser to reload the images with
     using any cache?

     It may be necessary to press some key in addition to
     request the reload for this.


Dieter