acquisition of REQUEST?
30 Oct
2008
30 Oct
'08
12:16 p.m.
hi there! i'm searching for the code where acquisition of "aPersistent.REQUEST" is handled in zope 2.10? can someone please point me in the right direction here? i searched the code for 2 hours now and can't find it... thanks in advance and best regards, jürgen herrmann
30 Oct
30 Oct
1:09 p.m.
New subject: [Zope-dev] acquisition of REQUEST?
Jürgen Herrmann wrote:
i'm searching for the code where acquisition of "aPersistent.REQUEST" is handled in zope 2.10?
ZPublisher.BaseRequest in the traverse method line 401: # Traverse the URL to find the object: if hasattr(object, '__of__'): # Try to bind the top-level object to the request # This is how you get 'self.REQUEST' object=object.__of__(RequestContainer(REQUEST=request)) Hanno
6390
Age (days ago)
6390
Last active (days ago)
1 comments
2 participants
participants (2)
-
Hanno Schlichting -
Jürgen Herrmann