14 Nov
2002
14 Nov
'02
7:21 p.m.
Paul Winkler writes:
that's right. the thread in question: http://zope.nipltd.com/public/lists/ptk-archive.nsf/46f09f5796214c13802568c1...
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