[Zope] Virtual Host Monster does not work with the absolute_url()
Chris Withers
chrisw@nipltd.com
Sun, 11 Aug 2002 13:51:29 +0100
Tom Cameron wrote:
>
> Also the addition of Traversable made no difference.
I still think this is the key since I remember having a problem like this with
Squishdot. Have a look at the methods in Traversable.py and see if any of your
special functionality is causing problems with their implementation. You may
need to override those methods and make them do what they should, not what they
want to, as I did with Squishdot.
cheers,
Chris