Re: #31319 URL dispatcher does not handle multislashes

2020-03-04 Thread Bjoern Boschman
ourself > with a custom URL converter or URLPattern subclass. > > On Wed, 4 Mar 2020 at 14:41, Bjoern Boschman > wrote: > >> Hi, >> >> I'd like to start a discussion about how django handles multiple slashes. >> see: https://code.djangoproject.com/

#31319 URL dispatcher does not handle multislashes

2020-03-04 Thread Bjoern Boschman
Hi, I'd like to start a discussion about how django handles multiple slashes. see: https://code.djangoproject.com/ticket/31319#comment:1 So far I can confirm that nginx, apache and unix folders handle multiple slashes the same way (-> they get merged) What's your (dev) opinion on this? Cheers B