#15718: Django unquotes urls and not able to distinguish %2F and /
-------------------------------------+-------------------------------------
Reporter: fed239 | Owner: nobody
Type: Bug | Status: closed
Milestone: | Component: Core (Other)
Version: 1.2 | Severity: Normal
Resolution: wontfix | Keywords: urls, url resolver,
Triage Stage: | unquote, %2F
Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
-------------------------------------+-------------------------------------
Changes (by anonymous):
* easy: => 0
Comment:
I don't agree that there is no upside. Currently URL
http://example.com/A%2fB/C/ will match pattern {{{
^([^/]+)/([^/]+)/([^/]+)/$ }}} instead of expected {{{ ^([^/]+)/([^/]+)/$
}}}
This restricts usage of URL patterns.
--
Ticket URL: <http://code.djangoproject.com/ticket/15718#comment:5>
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.