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 orsenthil
Recipients David Bell, Ido Michael, orsenthil, taleinat
Date 2020-06-09.11:46:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1591703195.31.0.51503902043.issue40594@roundup.psfhosted.org>
In-reply-to
Content
>  The problem is: double slashes are perfectly legal in a URI/URL, and for reasons I don't understand, they are in use in the wild

And what is the de-facto behavior of browsers, when double URL is used?
As far as I know, the browsers remove them, combine them as a single URL. 
(Tested on Chrome with some URLs to confirm on June 2020)

```

Where as the expected result should be:

'http://www.example.com/this//double/path'
```

This statement should be supported by

a) An RFC
b) Or behavior or some popular clients.
c) Or libcurl exhibiting this behavior will gain a huge support too.


Please share if you have any references and we should confirm ourselves to those.
History
Date User Action Args
2020-06-09 11:46:35orsenthilsetrecipients: + orsenthil, taleinat, Ido Michael, David Bell
2020-06-09 11:46:35orsenthilsetmessageid: <1591703195.31.0.51503902043.issue40594@roundup.psfhosted.org>
2020-06-09 11:46:35orsenthillinkissue40594 messages
2020-06-09 11:46:35orsenthilcreate