From c5796d9e39520f5319bd757cb2a755057cebd4e7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Jan 2001 12:12:54 +0000 Subject: --globoff test case --- tests/data/command28.txt | 1 + tests/data/name28.txt | 1 + tests/data/prot28.txt | 5 +++++ tests/data/reply28.txt | 5 +++++ 4 files changed, 12 insertions(+) create mode 100644 tests/data/command28.txt create mode 100644 tests/data/name28.txt create mode 100644 tests/data/prot28.txt create mode 100644 tests/data/reply28.txt (limited to 'tests') diff --git a/tests/data/command28.txt b/tests/data/command28.txt new file mode 100644 index 000000000..74a7a6b85 --- /dev/null +++ b/tests/data/command28.txt @@ -0,0 +1 @@ +--globoff http://%HOSTIP:%HOSTPORT/wantit/{}[]/28 diff --git a/tests/data/name28.txt b/tests/data/name28.txt new file mode 100644 index 000000000..07ea09c0e --- /dev/null +++ b/tests/data/name28.txt @@ -0,0 +1 @@ +--globoff with {][} in URL diff --git a/tests/data/prot28.txt b/tests/data/prot28.txt new file mode 100644 index 000000000..73f0425cf --- /dev/null +++ b/tests/data/prot28.txt @@ -0,0 +1,5 @@ +GET /wantit/{}[]/28 HTTP/1.0 +Host: 127.0.0.1:8999 +Pragma: no-cache +Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */* + diff --git a/tests/data/reply28.txt b/tests/data/reply28.txt new file mode 100644 index 000000000..a732a0d22 --- /dev/null +++ b/tests/data/reply28.txt @@ -0,0 +1,5 @@ +HTTP/1.1 200 OK +Server: fake + +{}[] in the URL is not legal + -- cgit v1.2.3