I want some URL's to be reached like http://site.mp/search/http://pythondance.com
Or any other "search string" (the part after search/) that may include "/". I tried to use the keywords on a search method, but cherrypy splits the URL at '/' and I don't know how to say to it "hey, everything after the slash is just one argument..." I can use the default method, but that would add a lot of joining (in case of many '/' on the 'search string'). Is there a better way to treat 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 -~----------~----~----~----~------~----~------~--~---

