From 1d4202ade602dd4f1192c69aed5cc905e7a9b4e2 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Sun, 13 Nov 2016 15:27:57 -0500 Subject: url: Fix parsing for when 'file' is the default protocol Follow-up to 3463408. Prior to 3463408 file:// hostnames were silently stripped. Prior to this commit it did not work when a schemeless url was used with file as the default protocol. Ref: https://curl.haxx.se/mail/lib-2016-11/0081.html Closes https://github.com/curl/curl/pull/1124 Also fix for drive letters: - Support --proto-default file c:/foo/bar.txt - Support file://c:/foo/bar.txt - Fail when a file:// drive letter is detected and not MSDOS/Windows. Bug: https://github.com/curl/curl/issues/1187 Reported-by: Anatol Belski Assisted-by: Anatol Belski --- tests/data/test1146 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 tests/data/test1146 (limited to 'tests/data/test1146') diff --git a/tests/data/test1146 b/tests/data/test1146 new file mode 100644 index 000000000..43f33b793 --- /dev/null +++ b/tests/data/test1146 @@ -0,0 +1,45 @@ + + + +FILE +--proto-default + + + + + +foo + bar +bar + foo +moo + + + +# Client-side + + +file + + +--proto-default file + + +--proto-default file %PWD/log/test1146.txt + + +foo + bar +bar + foo +moo + + + +# Verify data after the test has been "shot" + + +0 + + + -- cgit v1.2.3