summaryrefslogtreecommitdiff
path: root/tests/data/test1518
blob: 9b3f6be6051ce4a1c5c6470608604c91f8f2a991 (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: http://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>
lib%TESTNUMBER
</tool>

 <name>
Extract Location: with broken URL
 </name>
 <command>
http://%HOSTIP:%HTTPPORT/%TESTNUMBER
</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/%TESTNUMBER
redirecturl http://1.2 .4.5/test
</stdout>
<errorcode>
0
</errorcode>
</verify>
</testcase>