[New-bugs-announce] [issue22278] urljoin duplicate slashes

Demian Brecht report at bugs.python.org
Tue Aug 26 19:58:07 CEST 2014


New submission from Demian Brecht:

Reported by Stefan Behnel in issue22118:

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"

----------
components: Library (Lib)
messages: 225923
nosy: demian.brecht
priority: normal
severity: normal
status: open
title: urljoin duplicate slashes
type: behavior
versions: Python 3.5

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


More information about the New-bugs-announce mailing list