On 12/1/06, Lee McFadden <[EMAIL PROTECTED]> wrote: > > On 12/1/06, José de Paula Eufrásio Júnior <[EMAIL PROTECTED]> wrote: > > > > 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? > > > > How are you getting those URL's? From your templates? From a text > input in a form? A little more detail might be helpful :)
Sorry :) Erm.. From my templates, yes, from a search form, yes, but from external links too, I want people to make links directly to searchs on that format. -- 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 -~----------~----~----~----~------~----~------~--~---

