mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
A relative path in a URL without netloc is preserved in urllib.parse.urlunsplit(). https://docs.python.org/3.12/whatsnew/changelog.html#id4
40 lines
724 B
Text
40 lines
724 B
Text
url http://localhost:%(port)d/%(datadir)s/http_slash.html
|
|
cache key http://localhost:%(port)d/%(datadir)s/http_slash.html
|
|
real url http://localhost:%(port)d/%(datadir)s/http_slash.html
|
|
valid
|
|
|
|
url http:
|
|
cache key None
|
|
real url http://
|
|
name no url, no slash
|
|
error
|
|
|
|
url http:/
|
|
cache key None
|
|
real url http:///
|
|
name no url, one slash
|
|
error
|
|
|
|
url http://
|
|
cache key None
|
|
real url http://
|
|
name no url
|
|
error
|
|
|
|
url http:www.example.com/
|
|
cache key None
|
|
real url http:www.example.com/
|
|
name no slash example
|
|
error
|
|
|
|
url http:/www.example.com/
|
|
cache key None
|
|
real url http:///www.example.com/
|
|
name one slash example
|
|
error
|
|
|
|
url http://www.example.com/
|
|
cache key http://www.example.com/
|
|
real url http://www.example.com/
|
|
name ok example
|
|
valid
|