Ian Bicking <[EMAIL PROTECTED]> writes: > FWIW, there will be no way for Routes to distinguish an incoming request > for FastEnet-10/100 from FastEnet-10%2f100 -- WSGI/CGI dictates that the > path is decoded before it is sent to Routes, so the two end up the same.
I didn't realize that. So even if generate() explicitly quote_plus()'d its kwargs, routes would still see naked slashes? Any suggestion on the best way to get around this so I can have args that do contain slashes? Thank. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
