On Mar 27, 2009, at 2:12 PM, floob wrote:

to automatically quote "quote this string" to "quote+this+string", or
"quote%20this%20string".  Similarly, my actions should automatically
receive unquote (unescaped) parameters.

I looked at some the routes.mapper.Mapper code, and found this
happening for querystring, but I haven't yet deciphered the generate
method to see if this is an option.

Since the action goes to a method in the controller, it can't have spaces in it as Python won't recognize a function name with spaces. It should be quoted in the URL when its not a {action}.

Cheers,
Ben

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to