[Zope] Rename BUG
Ben Leslie
benno@sesgroup.net
Sun, 10 Oct 1999 22:55:05 +1000
Hi Li!
On Sun, 10 Oct 1999, Li Dongfeng wrote:
>
> I don't know if this is a bug.
>
> Upload two GIF files, name them
> as gif1 and gif2. Put a reference
> <dtml-var gif1>
> somewhere. The picture shows correctly.
>
> Now delete gif1, rename gif2 to gif1,
> but the <dtml-var gif1> reference
> still display the old deleted gif1,
> not the new gif1(originally gif2).
This isn't a problem with Zope. It is likely that you web browser
(or proxy server) has cached the image and won't d/l the new
one.
Try shift-reload or flush you memory/disk cache which will often
solve this problem.
Cheers,
Benno