I update Routes to 1.8. It did fix the double decoding issue, but
there is one more issue related to url encoding. The url_for function
in webhelper uses quote_plus for encoding (' ' [space] becomes
'+' [plus sign]). The wsgi_setup function in paste, on the other hand,
uses unquote for decoding.

I'm using the following packages:
Paste-1.6
Routes-1.8
WebHelpers-0.6dev

Yes, I could probably use the query string, but I just like those nice
looking /controller/action/id uri :)

Thanks!
--Michi
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to