This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author scoder
Recipients Mike.Lissner, demian.brecht, ezio.melotti, ncoghlan, orsenthil, pitrou, python-dev, scoder
Date 2014-08-22.11:43:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1408707830.42.0.256422127881.issue22118@psf.upfronthosting.co.za>
In-reply-to
Content
I'm now getting duplicated slashes in URLs, e.g.:

https://new//foo.html
http://my.little.server/url//logo.gif

In both cases, the base URL that gets joined with the postfix had a trailing slash, e.g.

"http://my.little.server/url/" + "logo.gif" -> "http://my.little.server/url//logo.gif"
History
Date User Action Args
2014-08-22 11:43:50scodersetrecipients: + scoder, ncoghlan, orsenthil, pitrou, ezio.melotti, python-dev, demian.brecht, Mike.Lissner
2014-08-22 11:43:50scodersetmessageid: <1408707830.42.0.256422127881.issue22118@psf.upfronthosting.co.za>
2014-08-22 11:43:50scoderlinkissue22118 messages
2014-08-22 11:43:50scodercreate