fix bug with seed redirects where scope change was applied too late to affect scoping of outlinks from the seed (with automated tests)

This commit is contained in:
Noah Levitt 2017-03-06 15:13:40 -08:00
parent 40bbbb3524
commit 242ff51ec7
5 changed files with 68 additions and 4 deletions

View file

@ -0,0 +1,10 @@
<html>
<head>
<title>a page with a link</title>
</head>
<body>
<p>this is a page with a link</p>
<a href="page2.html">page2.html</a>
</body>
</html>

View file

@ -0,0 +1,9 @@
<html>
<head>
<title>a dead end page</title>
</head>
<body>
<p>this page is a dead end</p>
</body>
</html>