[Zope] site access and authentication
Dieter Maurer
dieter@handshake.de
Thu, 14 Nov 2002 20:21:15 +0100
Paul Winkler writes:
> that's right. the thread in question:
> http://zope.nipltd.com/public/lists/ptk-archive.nsf/46f09f5796214c13802568c100635ff2/25295a4b6bd85ccb80256c1e001f8474?OpenDocument
>
> the problem is that SiteAccess and AccessRule are invoked before
> just about anything else happens: before authentication,
> and before the REQUEST object is created from the http request.
The last statement is not true:
The REQUEST object is being created but the creation
is not yet completed.
Dieter