Testing of redirection to URLs with special symbols

This commit is contained in:
Veloman Yunkan
2023-01-07 15:43:30 +04:00
parent 497c0700b5
commit 78b2c1a273
5 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1 @@
wtf?.html

1
test/data/corner_cases/wtf? Symbolic link
View File

@ -0,0 +1 @@
wtf?.html

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>WTF?</title>
</head>
<body>
<p>WTF? is an acronym coined by cryptography and security researcher Walter
Thomas Freiwald. It stands for "Will They Factorize?"</p>
</body>
</html>