mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-09-29 15:08:42 -04:00
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:
parent
40bbbb3524
commit
242ff51ec7
5 changed files with 68 additions and 4 deletions
10
tests/htdocs/site5/destination/index.html
Normal file
10
tests/htdocs/site5/destination/index.html
Normal 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>
|
||||
|
9
tests/htdocs/site5/destination/page2.html
Normal file
9
tests/htdocs/site5/destination/page2.html
Normal 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>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue