Hi Diez,
after some source code reading, I got this working. I guess your main
problem is that call() and call_with_request() use the method directly
but identity support is implemented via cherrypy's filter mechanism.
These filters (especially "before_main") are only run if you use the
"normal" way calling cherrypy. In these filters request.identity is
set. The easiest way I found so far was to call
apply_filters("before_main") manually just before call_with_request.
fs
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---