Where can I add my middleware to app since I made an instance of it right at the bottom of middleware.Py Turbogears 2 seems to of moved the repose instance declaration elsewhere. What file do I put my middleware in?
On 6 Aug 2010 13:00, "NiL" <[email protected]> wrote: > your middleware on ingress of the request is called *before* the > repoze.who middleware > that's why you can't see the repoze.who.userid in environ > > -- > 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]<turbogears%[email protected]> . > For more options, visit this group at http://groups.google.com/group/turbogears?hl=en. > -- 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.

