On 12/1/06, Lee McFadden <[EMAIL PROTECTED]> wrote: > > Yes, you'll have to use urllib.quote() to escape special characters > (i.e. the / and : chars amongst others) after /search/ otherwise > cherrypy will try to use the rest of the path to dispatch your request > to a controller method.
Nice, but I'll have to do this quoting before any controller.. Where in the code I do that? -- José de Paula Eufrásio Júnior aka coredump http://core.eti.br --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

