On Oct 30, 2007 12:05 PM, Thomas Wittek <[EMAIL PROTECTED]> wrote: > > Hi! > > I just came across this problem. > Suppose I have this (minimal) controller: > > class Root(controllers.RootController): > @expose() > def test(self, *args, **kwargs): > return "bla" > > @expose() > @identity.require(identity.not_anonymous()) > def test2(self, *args, **kwargs): > return "bla2" > > When I call `/test?a=ä`, all works as expected. But when I call the > second handler `/test2?a=ä`, I get an error: > > 500 Internal error
Good catch! Could you create a ticket on our trac system and ping us back here. Please try to attach some example project so we can reproduce easily the error. Thanks, Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

