Closed machawk1 closed 7 years ago
If a web page contains: <img src="../images/someImage.png">
<img src="../images/someImage.png">
The entry in the metadata WARC record will read: outlink: http://thedomain.com/some/path/../images/someImage.png E =EMBED_MISC
outlink: http://thedomain.com/some/path/../images/someImage.png E =EMBED_MISC
The "/../" should be resolve, not included.
If a web page contains:
<img src="../images/someImage.png">
The entry in the metadata WARC record will read:
outlink: http://thedomain.com/some/path/../images/someImage.png E =EMBED_MISC
The "/../" should be resolve, not included.