9 Dec
2003
9 Dec
'03
6:39 p.m.
Stefan H. Holek wrote at 2003-12-9 15:47 +0100:
... Given an object is accessed by /VirtualHostBase/http/example.com:80/VirtualHostRoot/_vh_foo/folder/doc ... 2) doc.absolute_url(relative=1)
Returns the path of doc, relative to the virtual root. e.g. folder/doc ... Comments:
ad 2) This may or may not be RFC-2396 compliant,
It is not as "/folder/doc" would not allow to locate the correct object but likely result in an "Resource not found". -- Dieter