Message 225661 - Python tracker
Message225661
| 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:50 | scoder | set | recipients: + scoder, ncoghlan, orsenthil, pitrou, ezio.melotti, python-dev, demian.brecht, Mike.Lissner |
| 2014-08-22 11:43:50 | scoder | set | messageid: <1408707830.42.0.256422127881.issue22118@psf.upfronthosting.co.za> |
| 2014-08-22 11:43:50 | scoder | link | issue22118 messages |
| 2014-08-22 11:43:50 | scoder | create | |