[Zope] Re: REQUEST and AccessRule

Evan Simpson evan at 4-am.com
Wed Oct 1 13:26:06 EDT 2003


Gilles Lenfant wrote:
> It seems that REQUEST data available in a script executed as access rule are different from those usually available.
> 
> How can I find the ones available ?

The easiest way is to make an Access Rule Script like this:

##parameters=folder, request
##
request.set('ARTEXT', str(request))

...and then use a ZPT or DTML Method to display REQUEST['ARTEXT'].

Cheers,

Evan @ 4-am





More information about the Zope mailing list