Wednesday, January 15, 2014

Re: How to urlquote backslash in reverse arguments

Someone will have to correct me if I'm wrong, but it might be intentional. Some recent versions of Apache fail hard when confronted with an encoded slash. Some decode it before passing it to WSGI, while others don't. And then there are the versions that return 500 or 400 errors. And then there are the other servers that try to emulate the behavior without consideration.

I just checked, and percent signs, question, and hash marks (%?#) aren't encoded either. So, yeah, that's a bug.

On 12/17/2013 3:15 AM, Vitaly wrote:
But why backslash is not? How to make it urlquoted to %2F in that case?

Python 2.7.6 (default, Nov 26 2013, 12:47:31) 
[GCC 4.8.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
(InteractiveConsole)
>>> from django.core.urlresolvers import reverse
>>> reverse('events-index', kwargs={'tag': 'PL/SQL'})
'/calendar/tags/PL/SQL/'
>>> reverse('events-index', kwargs={'tag': 'PLЄ/SQL'})
'/calendar/tags/PL%D0%84/SQL/'
>>> 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a55c505d-e7d2-4a85-aade-761913d544e9%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--   Peter of the Norse

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home


Real Estate