Files
heritrix3/engine/src/webapps/selftest/TrickyRelativeURIs/index.html
T

18 lines
409 B
HTML

<html>
<head>
<title>Tricky Relative URIs Self Test</title>
</head>
<body>
<h1>Tricky Relative URIs Self Test</h1>
<p>This test test being able to follow awkward relatives paths.</p>
<p><a
href="../test8/subdirectory/subsub/../../anothersub/reluptarget.html">relative-up</a></p>
<p><a
href="subdirectory/../.././TrickyRelativeURIs/reluptricky.html">tricky
relative-up</a>
</p>
</body>
</html>