diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-10-21 12:02:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-21 12:02:44 +0000 |
commit | 219d88518cb7bf5d202ec6ae9b21827792cefd2e (patch) | |
tree | 595eaa82c7e4dd042c102a583a0124ac91ef0552 /tests/data/test55 | |
parent | ecf3aee43a3eb73f9f5ba5c1ee8ec523907b0f3f (diff) |
Added test 55, follow location with a single slash in the original path.
This caused curl 7.10.1 to crash.
Diffstat (limited to 'tests/data/test55')
-rw-r--r-- | tests/data/test55 | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/data/test55 b/tests/data/test55 new file mode 100644 index 000000000..c65d95327 --- /dev/null +++ b/tests/data/test55 @@ -0,0 +1,56 @@ +<reply> +<data> +HTTP/1.1 302 OK +Location: 550002 +Date: Thu, 09 Nov 2010 14:50:00 GMT +Connection: close + +</data> +<data2> +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:50:00 GMT +Connection: close + +body +</data2> +<datacheck> +HTTP/1.1 302 OK +Location: 550002 +Date: Thu, 09 Nov 2010 14:50:00 GMT +Connection: close + +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:50:00 GMT +Connection: close + +body +</datacheck> +</reply> + +<client> + <name> +HTTP follow redirect with single slash in path + </name> + <command> +http://%HOSTIP:%HOSTPORT/55 -L +</command> +</client> + +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET /55 HTTP/1.1
+Host: 127.0.0.1:8999
+Pragma: no-cache
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
+
+GET /550002 HTTP/1.1
+User-Agent: curl/7.10 (i686-pc-linux-gnu) libcurl/7.10 OpenSSL/0.9.6c ipv6 zlib/1.1.3
+Host: 127.0.0.1:8999
+Pragma: no-cache
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
+
+</protocol> +</verify> |