1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77
|
url http://localhost:%(port)d/%(datadir)s/http.html
cache key http://localhost:%(port)d/%(datadir)s/http.html
real url http://localhost:%(port)d/%(datadir)s/http.html
valid
url clsid:12345-67890
cache key clsid:12345-67890
real url clsid:12345-67890
info Clsid URL ignored.
valid
url dns://www.example.org
cache key dns://www.example.org
real url dns://www.example.org
valid
url dns://linkchecker.github.io
cache key dns://linkchecker.github.io
real url dns://linkchecker.github.io
valid
url http://www.garantiertnixgutt.bla/
cache key http://www.garantiertnixgutt.bla/
real url http://www.garantiertnixgutt.bla/
name bad url
error
url /?d=directory&p=page
cache key http://localhost:%(port)d/?d=directory&p=page
real url http://localhost:%(port)d/?d=directory&p=page
name should not be cached
valid
url /?d=directory&p=page1
cache key http://localhost:%(port)d/?d=directory&p=page1
real url http://localhost:%(port)d/?d=directory&p=page1
name should not be cached
valid
url /?q=ΓΌ
cache key http://localhost:%(port)d/?q=%%C3%%BC
real url http://localhost:%(port)d/?q=%%C3%%BC
name html entities
valid
url file.html
cache key http://localhost:%(port)d/tests/checker/data/file.html
real url http://localhost:%(port)d/tests/checker/data/file.html
valid
url file.css
cache key http://localhost:%(port)d/tests/checker/data/file.css
real url http://localhost:%(port)d/tests/checker/data/file.css
valid
url file.asc
cache key http://localhost:%(port)d/tests/checker/data/file.asc
real url http://localhost:%(port)d/tests/checker/data/file.asc
name CSS urls
valid
url file.txt
cache key http://localhost:%(port)d/tests/checker/data/file.txt
real url http://localhost:%(port)d/tests/checker/data/file.txt
name CSS urls
valid
url https://linkchecker.github.io/foo/ #a=1,2,3
cache key https://linkchecker.github.io/foo/%%20
real url https://linkchecker.github.io/foo/%%20#a=1,2,3
error
url https://.linkchecker.github.io/
cache key https://.linkchecker.github.io/
real url https://.linkchecker.github.io/
name Error
error
|