[Zope] Re: VIRTUAL_URL Failure

2005-11-09 Thread Florent Guillaume
The correct thing to use in a recent Zope is REQUEST['ACTUAL_URL']. Florent George Lee wrote: Two main questions: (1) Does anybody *have* good documentation on VIRTUAL_URL and how it interacts with CookieCrumbler and VirtualHostMonster? (2) Does anyone know how to debug VirtualHostMonster

[Zope] Re: VIRTUAL_URL Failure

2005-11-09 Thread George Lee
The correct thing to use in a recent Zope is REQUEST['ACTUAL_URL']. Florent This gives something like http://ip:port/path/to/subdomain though rather than http://subdomain.mydomain.org ... what if anything gives the latter? Peace, George ___ Zope

Re: [Zope] Re: VIRTUAL_URL Failure

2005-11-09 Thread Dieter Maurer
George Lee wrote at 2005-11-9 11:21 -0500: ... request['ACTUAL_PATH'] ... This gives something like http://ip:port/path/to/subdomain though rather than http://subdomain.mydomain.org ... what if anything gives the latter? I fear you fight a CookieCrumbler bug. The most natural REQUEST['URL']

Re: [Zope] Re: VIRTUAL_URL Failure

2005-11-09 Thread George Lee
I fear you fight a CookieCrumbler bug. Vicious monsters, indeed. Thanks for the REQUEST['URL'] tip. It's a pretty good workaround for now, although not exactly right. If I am going to an object http://here.org/object with default page or default method default, then REQUEST['URL'] equals