blob: 61a903566db36136ed5bb24b8e5bba7e22258522 [file] [log] [blame]
<?xml version="1.0" encoding="US-ASCII"?>
<testcase>
<!-- Based on test 1584 -->
<info>
<keywords>
HTTP
HTTP GET
-J
</keywords>
</info>
<reply>
<data nocheck="yes">
HTTP/1.1 200 OK
Date: Tue, 09 Nov 2010 14:49:00 GMT
Server: test-server/fake
Content-Length: 6
Connection: close
Content-Type: text/html
Content-Disposition: filename=log\server\name%TESTNUMBER
12345
</data>
</reply>
# Client-side
<client>
<server>
http
</server>
<name>
HTTP GET with -J and Content-Disposition including DOS path
</name>
<command option="no-output,no-include">
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -J -O --output-dir %LOGDIR
</command>
</client>
# Verify data after the test has been "shot"
<verify>
<protocol crlf="headers">
GET /%TESTNUMBER HTTP/1.1
Host: %HOSTIP:%HTTPPORT
User-Agent: curl/%VERSION
Accept: */*
</protocol>
<file name="%LOGDIR/name%TESTNUMBER">
12345
</file>
</verify>
</testcase>