summaryrefslogtreecommitdiffstats
path: root/src/DotNetOpenId.TestWeb/htmldiscovery
diff options
context:
space:
mode:
Diffstat (limited to 'src/DotNetOpenId.TestWeb/htmldiscovery')
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html1020.aspx12
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html10both.aspx10
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html10del.aspx9
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html10prov.aspx9
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html2010.aspx12
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedA.aspx10
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedB.aspx10
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedC.aspx10
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html20both.aspx10
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html20del.aspx9
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html20prov.aspx9
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/html20relative.aspx9
-rw-r--r--src/DotNetOpenId.TestWeb/htmldiscovery/redirect.aspx9
13 files changed, 0 insertions, 128 deletions
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html1020.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html1020.aspx
deleted file mode 100644
index 7c6c15e..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html1020.aspx
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid.server" href="http://e/f" />
- <link rel="openid.delegate" href="http://g/h" />
- <link rel="openid2.provider" href="http://a/b" />
- <link rel="openid2.local_id" href="http://c/d" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html10both.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html10both.aspx
deleted file mode 100644
index e97803e..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html10both.aspx
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid.server" href="http://a/b" />
- <link rel="openid.delegate" href="http://c/d" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html10del.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html10del.aspx
deleted file mode 100644
index ddf121a..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html10del.aspx
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid.delegate" href="http://c/d" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html10prov.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html10prov.aspx
deleted file mode 100644
index 1b198f9..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html10prov.aspx
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid.server" href="http://a/b" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html2010.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html2010.aspx
deleted file mode 100644
index 9fa3738..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html2010.aspx
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid2.provider" href="http://a/b" />
- <link rel="openid2.local_id" href="http://c/d" />
- <link rel="openid.server" href="http://e/f" />
- <link rel="openid.delegate" href="http://g/h" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedA.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedA.aspx
deleted file mode 100644
index c057b67..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedA.aspx
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid2.provider B openid.server" href="http://a/b" />
- <link rel="openid2.local_id B openid.delegate" href="http://c/d" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedB.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedB.aspx
deleted file mode 100644
index 3a86d4c..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedB.aspx
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="A openid2.provider openid.server" href="http://a/b" />
- <link rel="A openid2.local_id openid.delegate" href="http://c/d" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedC.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedC.aspx
deleted file mode 100644
index 13a3185..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html2010combinedC.aspx
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid.server B openid2.provider" href="http://a/b" />
- <link rel="openid.delegate B openid2.local_id" href="http://c/d" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html20both.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html20both.aspx
deleted file mode 100644
index f41e66a..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html20both.aspx
+++ /dev/null
@@ -1,10 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid2.provider" href="http://a/b" />
- <link rel="openid2.local_id" href="http://c/d" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html20del.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html20del.aspx
deleted file mode 100644
index 20852c0..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html20del.aspx
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid2.local_id" href="http://c/d" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html20prov.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html20prov.aspx
deleted file mode 100644
index f0e673e..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html20prov.aspx
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid2.provider" href="http://a/b" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/html20relative.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/html20relative.aspx
deleted file mode 100644
index b13520c..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/html20relative.aspx
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
- <title>Untitled Page</title>
- <link rel="openid2.provider" href="../a/b" />
-</head>
-<body>
-</body>
-</html>
diff --git a/src/DotNetOpenId.TestWeb/htmldiscovery/redirect.aspx b/src/DotNetOpenId.TestWeb/htmldiscovery/redirect.aspx
deleted file mode 100644
index 8b0373d..0000000
--- a/src/DotNetOpenId.TestWeb/htmldiscovery/redirect.aspx
+++ /dev/null
@@ -1,9 +0,0 @@
-<%@ Page Language="C#" %>
-
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<script runat="server">
- protected override void OnLoad(EventArgs e) {
- Response.Redirect(Request.QueryString["target"]);
- }
-</script>