mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-15 02:06:03 +00:00
18 lines
409 B
HTML
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>
|