Hi,
currently it seems that the URL dispatcher makes no difference between
e.g. "/" and "%2F", which is the same if you decode it but has special
meaning in URLs. The "/" separates path segments and you would have to
encode it to "%2F" if used in such a segment. (http://en.wikipedia.org/
wiki/Percent-encode#Percent-encoding_reserved_characters)
Is that intended? I mean, it messes up things when you have paths that
are segmented with "/" and the segments can have _everything_ in them
(encoded of course)...
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to