And you have tg 2.0 b7 but are still experiencing a security problem? That is very strange, can you help us out with some details?
--Mark On Fri, Mar 6, 2009 at 12:52 AM, Sergei Beilin <[email protected]> wrote: > > Hi Mark! > >> Is your BaseController derived from TGController. > > Yes, sure! By now it's as it was autogenerated when I created my > project with TG2b4. > > class BaseController(TGController): > def __call__(self, environ, start_response): > request.identity = request.environ.get('repoze.who.identity') > tmpl_context.identity = request.identity > return TGController.__call__(self, environ, start_response) > > -- > Sergei > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

