summaryrefslogtreecommitdiff
path: root/tests/data/test1519
blob: ab23dadca70128f1a90ec94a3246f55b9114e329 (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
<testcase>
<info>
<keywords>
HTTP
</keywords>
</info>
#
# This reproduces issue #3340
#
# Server-side
<reply>
<data nocheck="yes">
HTTP/1.1 302 redirect to broken URL
Date: Thu, 17 Mar 2016 14:41:00 GMT
Server: test-server/fake
Content-Type: text/plain; charset=US-ASCII
X-Special: swsclose
Location: h ttp://1.2.4.5/test
Content-Length: 0
Connection: close

</data>
</reply>

# Client-side
<client>
<server>
http
</server>
# tool is what to use instead of 'curl'
<tool>
lib1518
</tool>

 <name>
Extract Location: with broken absolute URL
 </name>
 <command>
http://%HOSTIP:%HTTPPORT/1519
</command>
</client>

#
# Verify data after the test has been "shot"
<verify>
<strippart>

</strippart>
<protocol>
</protocol>
<stdout>
res: 0
status: 302
redirects: 0
effectiveurl: http://%HOSTIP:%HTTPPORT/1519
redirecturl: http://127.0.0.1:8990/h%20ttp://1.2.4.5/test
</stdout>
<errorcode>
0
</errorcode>
</verify>
</testcase>