#31319: urldispatcher does not handle multishlashes
-----------------------------------------+------------------------
Reporter: Bjoern | Owner: nobody
Type: Uncategorized | Status: new
Component: Uncategorized | Version: 3.0
Severity: Normal | Keywords:
Triage Stage: Unreviewed | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 | Easy pickings: 0
UI/UX: 0 |
-----------------------------------------+------------------------
while removing nginx in my setup I discovered that the url dispatcher does
not seem to handle path names correctly
e.g.
{{{
/some/fancy/endpoint
vs
/some///fancy/endpoint
}}}
nginx did "normalize" that url like a unix system would do
`cd /usr////bin` still brings you to /usr/bin
not sure if it is intensionally, but I'd assume django would/should handle
it the same
--
Ticket URL: <https://code.djangoproject.com/ticket/31319>
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 unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/050.98ca40cd8bf6c95aaa6bef885603626f%40djangoproject.com.