aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test1312
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2016-04-29 15:24:10 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-29 15:24:10 +0200
commit0dc4d8e42e44224b00a028b467749eede8f08a6e (patch)
tree125ad6e7f68c0104b7627c2c2fe0e47eff91bc1b /tests/data/test1312
parent9dbcab3a0c3f2e22f68081653f8e5f5e596a555b (diff)
curl -J: make it work even without http:// scheme on URL
It does open up a miniscule risk that one of the other protocols that libcurl could use would send back a Content-Disposition header and then curl would act on it even if not HTTP. A future mitigation for this risk would be to allow the callback to ask libcurl which protocol is being used. Verified with test 1312 Closes #760
Diffstat (limited to 'tests/data/test1312')
-rw-r--r--tests/data/test13122
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/test1312 b/tests/data/test1312
index 92144015a..bed492c16 100644
--- a/tests/data/test1312
+++ b/tests/data/test1312
@@ -40,7 +40,7 @@ HTTP GET with -J, Content-Disposition and ; in filename
CURL_TESTDIR=%PWD/log
</setenv>
<command option="no-output,no-include">
-http://%HOSTIP:%HTTPPORT/1312 -J -O
+%HOSTIP:%HTTPPORT/1312 -J -O
</command>
</client>