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 :) Lee -- Lee McFadden blog: http://www.splee.co.uk work: http://fireflisystems.com skype: fireflisystems --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

