Hi,

In my parameter, I have spaces - example: "Raw Fruit".

But I could see pylons encode the URL with %2B that is with + so in my
controller, my string becomes "Raw+Fruit".

Where in the configuration I can change this so the URL gets encoded
with %20 and not with %2B? I want to get "Raw Fruit" instead of "Raw
+Fruit" in my controller.

Thanks,
Dalia

-- 
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