Hello,

I'm using Pylons-0.9.6.1. When a request URL contains percent-encoded
plus signs (%2B), the corresponding controller receives them as spaces
(" ").

Say the request URL is:
http://example.com/language/view/C%2B%2B

The value of request.environ["PATH_INFO"] is '/language/view/C++',
which is already percent-decoded.

The value of request.environ['pylons.routes_dict'] is  {'action':
u'view', 'controller': u'language', 'id': u'C  '}

How can I fix this?

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