On Fri, Jun 26, 2009 at 3:51 AM, Jeffrey<[email protected]> wrote: > controllers.py, line 500 > if hasattr(obj, "im_self"): > klass_instance = obj.im_self > else: > print obj > klass_instance = obj > this will cause apache wsgi exception, is this a bug? > You are right it shouldn't be there. it was left in by mistake while fixing the security issue we found on RestController (sorry it was late). Fixed in svn r6592
> Yours > Faithfully > > Jeffrey Hsu > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

