xref: /curl/tests/data/test1422 (revision 39697dea)
1<testcase>
2<info>
3<keywords>
4HTTP
5HTTP GET
6-J
7</keywords>
8</info>
9
10#
11<reply>
12<data nocheck="yes">
13HTTP/1.1 200 OK
14Date: Tue, 09 Nov 2010 14:49:00 GMT
15Server: test-server/fake
16Content-Length: 0
17Connection: close
18Content-Type: text/html
19Content-Disposition: filename=name%TESTNUMBER; charset=funny; option=str//nge
20
21</data>
22</reply>
23
24#
25# Client-side
26<client>
27<features>
28file
29</features>
30<server>
31http
32</server>
33<name>
34HTTP GET with -O -J and Content-Disposition (empty file)
35</name>
36<command option="no-output,no-include">
37http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -O file://%FILE_PWD/%LOGDIR/name%TESTNUMBER --output-dir %LOGDIR
38</command>
39</client>
40
41#
42# Verify data after the test has been "shot"
43<verify>
44<protocol>
45GET /%TESTNUMBER HTTP/1.1
46Host: %HOSTIP:%HTTPPORT
47User-Agent: curl/%VERSION
48Accept: */*
49
50</protocol>
51
52<file1 name="%LOGDIR/name%TESTNUMBER">
53</file1>
54
55</verify>
56</testcase>
57