16 May
2000
16 May
'00
10:39 a.m.
Hi!
This is what most filestore-based web servers do.
What is Zope supposed to do and what does it acutally do? ;-)
Zope is an Object Publishing Environment, so the conventions for files don't necessarily apply.
One route is to say that any object that may have sub-objects shall be refered to by "url/", and any requests to "url" shall be redirected to "url/".
Nevertheless the missing / are the problem why tools like wget or pavuk for mirroring Zope sites are not working.. They create files when getting url and when trying to download url/stuff then stuff cannot be created. -- christian