[Zope] Re: Folderish objects and that BASE tag...
Chris Withers
chrisw@nipltd.com
Mon, 17 Jul 2000 10:26:24 +0100
Oleg Broytmann wrote:
> Documents/Methods aren't, m?
Yes they are...
http://site/com/folder/object may now look like a folder to you, but
what if you want to excecute a method on a folder? It becomes:
http://site/com/folder/object/method
So, in effect, object should be treated as a 'folderish' thing from a
web-y point of view :S
> And I certainly don't want trailing slash
> on url like http://my.zope/site/file.html :)
Why not? It'd then get the default file for:
http://my.zope/site/file.html/
Which would return the contents of file.html anyway...
Not very well explained but I don't think I'm missign anything...
cheers,
Chris