[Zope] REQUEST vraible methods

Chris Withers chrisw@nipltd.com
Fri, 10 Mar 2000 12:01:59 +0000


Hi,

I'm trying to write a SiteAccess Rule to do some simple virtual hosting helping.
Basically, I'd like to have access from http://www.mydomain.com (which is
virtually hosted...) and from http://zope-host.nipltd.com/mydomain (the actual
Zope host) and have all the management views, absolute_url()'s, etc working
properly.

If you just drop a SiteRoot in /mydomain then everything works fine through
http://www.mydomain.com but http://zope-host.nipltd.com/mydomain/manage just
jumps to http://zope-host.nipltd.com/manage. So I'd like to write my own Access
Rule to do this.

Now, the documentation for SiteAccess mentions a few methods of the REQUEST
object that I can't find documentation for. I was wondering where I could find
complete documentation for the REQUEST object, or how I can find out what its
data and method attributes are?

cheers,

Chris