Message 225923 - Python tracker
Message225923
| Author | demian.brecht |
|---|---|
| Recipients | demian.brecht |
| Date | 2014-08-26.17:58:07 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1409075887.24.0.237889697027.issue22278@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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" |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-08-26 17:58:07 | demian.brecht | set | recipients: + demian.brecht |
| 2014-08-26 17:58:07 | demian.brecht | set | messageid: <1409075887.24.0.237889697027.issue22278@psf.upfronthosting.co.za> |
| 2014-08-26 17:58:07 | demian.brecht | link | issue22278 messages |
| 2014-08-26 17:58:07 | demian.brecht | create | |