preaction / Statocles

Static website CMS
http://preaction.me/statocles
Other
84 stars 33 forks source link

[linkcheck] URLs with ".." are not found correctly #488

Closed preaction closed 8 years ago

preaction commented 8 years ago

If we use ../uncle to get into one of our parent directory's siblings, the link check plugin reports a broken link. We likely need to canonicalize the path to remove any . or .. before we decide whether it exists or not.