diff options
author | tailor <cygnus@janrain.com> | 2007-09-19 23:06:57 +0000 |
---|---|---|
committer | tailor <cygnus@janrain.com> | 2007-09-19 23:06:57 +0000 |
commit | c755187214e674cb01a56c78f6bc29cdf4c3afd7 (patch) | |
tree | af457a69ce8398d9cf8cae15495ecdedfff10033 | |
parent | ee1d83c0ba682dbe341ad4e6a8789b8dee9cadc0 (diff) | |
download | php-openid-c755187214e674cb01a56c78f6bc29cdf4c3afd7.zip php-openid-c755187214e674cb01a56c78f6bc29cdf4c3afd7.tar.gz php-openid-c755187214e674cb01a56c78f6bc29cdf4c3afd7.tar.bz2 |
[project @ Added test clarifying that the wildcard is only in the authority section of the trust root]
-rw-r--r-- | Tests/Auth/OpenID/data/trustroot.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Tests/Auth/OpenID/data/trustroot.txt b/Tests/Auth/OpenID/data/trustroot.txt index 55eca1a..7311672 100644 --- a/Tests/Auth/OpenID/data/trustroot.txt +++ b/Tests/Auth/OpenID/data/trustroot.txt @@ -94,7 +94,7 @@ http://foo.com/?x=y http://foo.com/?x=y&a=b http://j3h.us http://j3h.us?ride=unicycle ---------------------------------------- -23: does not match +24: does not match ---------------------------------------- http://*/ ftp://foo.com/ http://*/ xxx @@ -119,3 +119,4 @@ http://foo.com/?a=b http://foo.com/?x=y http://foo.com/?a=b http://foo.com/?x=y&a=b http://foo.com/?a=b http://foo.com/ http://*.oo.com/ http://foo.com/ +http://foo.com/* http://foo.com/anything |