comparison http_absolute_redirect.t @ 1729:14b5ee6eee6c

Tests: typo.
author Sergey Kandaurov <pluknet@nginx.com>
date Tue, 14 Sep 2021 01:00:13 +0300
parents 672018971a62
children c9b4c0ef5059
comparison
equal deleted inserted replaced
1728:6d5ecf445e57 1729:14b5ee6eee6c
161 161
162 } 162 }
163 163
164 like(get('off', '/return301'), qr!Location: /redirect\x0d?$!m, 'off return'); 164 like(get('off', '/return301'), qr!Location: /redirect\x0d?$!m, 'off return');
165 165
166 # per RFC 3986, these charaters are not allowed unescaped: 166 # per RFC 3986, these characters are not allowed unescaped:
167 # %00-%1F, %7F-%FF, " ", """, "<", ">", "\", "^", "`", "{", "|", "}" 167 # %00-%1F, %7F-%FF, " ", """, "<", ">", "\", "^", "`", "{", "|", "}"
168 # additionally, all characters in ESCAPE_URI: "?", "%", "#" 168 # additionally, all characters in ESCAPE_URI: "?", "%", "#"
169 169
170 SKIP: { 170 SKIP: {
171 skip 'win32', 1 if $^O eq 'MSWin32'; 171 skip 'win32', 1 if $^O eq 'MSWin32';