[issue22118] urljoin fails with messy relative URLs

Stefan Behnel report at bugs.python.org
Fri Aug 22 13:43:50 CEST 2014


Stefan Behnel added the comment:

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"

----------
nosy: +scoder

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22118>
_______________________________________


More information about the Python-bugs-list mailing list