aboutsummaryrefslogtreecommitdiff
path: root/models/openid-php-openid-782224d/Tests/Auth/OpenID/data/urinorm.txt
blob: 9e10135b6a0ebbdb117a591a71247068fd6fa649 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
Already normal form
http://example.com/
http://example.com/

Add a trailing slash
http://example.com
http://example.com/

Remove an empty port segment
http://example.com:/
http://example.com/

Remove a default port segment
http://example.com:80/
http://example.com/

Capitalization in host names
http://wWw.exaMPLE.COm/
http://www.example.com/

Capitalization in scheme names
htTP://example.com/
http://example.com/

Capitalization in percent-escaped reserved characters
http://example.com/foo%2cbar
http://example.com/foo%2Cbar

Unescape percent-encoded unreserved characters
http://example.com/foo%2Dbar%2dbaz
http://example.com/foo-bar-baz

remove_dot_segments example 1
http://example.com/a/b/c/./../../g
http://example.com/a/g

remove_dot_segments example 2
http://example.com/mid/content=5/../6
http://example.com/mid/6

remove_dot_segments: single-dot
http://example.com/a/./b
http://example.com/a/b

remove_dot_segments: double-dot
http://example.com/a/../b
http://example.com/b

remove_dot_segments: leading double-dot
http://example.com/../b
http://example.com/b

remove_dot_segments: trailing single-dot
http://example.com/a/.
http://example.com/a/

remove_dot_segments: trailing double-dot
http://example.com/a/..
http://example.com/

remove_dot_segments: trailing single-dot-slash
http://example.com/a/./
http://example.com/a/

remove_dot_segments: trailing double-dot-slash
http://example.com/a/../
http://example.com/

Test of all kinds of syntax-based normalization
hTTPS://a/./b/../b/%63/%7bfoo%7d
https://a/b/c/%7Bfoo%7D

Unsupported scheme
ftp://example.com/
fail

Non-absolute URI
http:/foo
fail

Illegal character in URI
http://<illegal>.com/
fail

Non-ascii character in URI
http://foo.com/
fail