On Mon, Jun 13, 2005 at 02:37:44PM +0200, Bert Vanderbauwhede wrote:
> Hi,
> 
> What's the difference between ACTUAL_URL and VIRTUAL_URL in the REQUEST 
> object?

VIRTUAL_URL only appears in the REQUEST when VirtualHostMonster does its
thing. So if you are not using virtual-hosting, VIRTUAL_URL does not
appear in the request. This is inconvenient; we wanted something
that would always be available and would always mean 
"the URL originally sent by the client".  This is what ACTUAL_URL is.

Having said that, I'm not clear on the difference between 
ACTUAL_URL and URL :-)

-- 

Paul Winkler
http://www.slinkp.com
_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to