#18456: HttpRequest.get_full_path does not escape # sign in the url
-----------------------------------+--------------------
Reporter: vlad.shcherbina@… | Owner: nobody
Type: Bug | Status: new
Component: Uncategorized | Version: master
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Easy pickings: 0 | UI/UX: 0
-----------------------------------+--------------------
Suppose request was made with the url '/some%23thing?param=1', then
get_full_path() would return '/some#thing?param=1' which I believe is
incorrect as 'thing?param=1' is now in anchor part.
--
Ticket URL: <https://code.djangoproject.com/ticket/18456>
Django <https://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.