I think my problem is that I didn't have the site object available for traversal to pick up (or set as default), thus it was sending None to setSite.
On Thu, Jul 8, 2010 at 1:25 PM, Jim Pharis <[email protected]> wrote: > endRequest in zope.app.publication.zopepublication triggers an > EndRequestEvent. clearThreadSiteSubscriber in zope.site.site subscribes to > EndRequestEvent and then calls setSite with None. Thus, after every request > my setSite is overridden. > > - Jim >
_______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
