#5762: APPEND_SLASH mishandles %23 in URL
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: nobody
Status: new | Component: HTTP handling
Version: SVN | Keywords: URL, %23, #, APPEND_SLASH
Stage: Unreviewed | Has_patch: 0
-------------------------------------+--------------------------------------
URLs that contain %23 are handled incorrectly with APPEND_SLASH.
In this example, I am trying to view all items tagged with "C#". Then I
try C#X to investigate the bug.
{{{
http://localhost:8000/tags/C%23/ --> Correct behavior
http://localhost:8000/tags/C%23 --> URL replaced with
http://localhost:8000/tags/C/#/
http://localhost:8000/tags/C%23X/ --> Correct behavior
http://localhost:8000/tags/C%23X --> URL replaced with
http://localhost:8000/tags/c/#X/
}}}
--
Ticket URL: <http://code.djangoproject.com/ticket/5762>
Django Code <http://code.djangoproject.com/>
The web framework for perfectionists with deadlines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---