﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
31319	URL dispatcher does not handle multislashes.	Bjoern	nobody	"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
 "	New feature	closed	Core (URLs)	3.0	Normal	wontfix			Unreviewed	0	0	0	0	0	0
