balvin-perrie / broken-link-checker

a browser extension to find all broken and redirected links
https://webextension.org/listing/broken-link-checker.html
Mozilla Public License 2.0
18 stars 4 forks source link

Mangled Link Is Not Flagged #4

Closed gjs--- closed 4 years ago

gjs--- commented 4 years ago

The following link appears not to be tested, even when the "Deep Search" option is selected: <a href="../../AppData/Local/Temp/www.boltonlocal.org/initiatives/repair-cafe">www.boltonlocal.org/initiatives/repair-cafe</a>

Apparently my HTML editor expanded it as a file URL from the HTTP URL which I entered incorrectly (missing protocol): <a href="www.boltonlocal.org/initiatives/repair-cafe">www.boltonlocal.org/initiatives/repair-cafe</a>

The link does not appear in either the "Broken Links" list or the "Valid Links" list.

Opening the link in Firefox produces a "File not found" error (404).

(This particular case intentionally uses the resource path as the link text, so that it is visible in printed copies.)

P.S.: This error is flagged on a page which was loaded from a web server, but not on a local page which was loaded through a "file:" URL.

balvin-perrie commented 4 years ago

Thanks for the report. Will be fixed by the next release.