]> granicus.if.org Git - curl/commit
url: Fix parsing for when 'file' is the default protocol
authorJay Satiro <raysatiro@yahoo.com>
Sun, 13 Nov 2016 20:27:57 +0000 (15:27 -0500)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 12 Jan 2017 20:37:11 +0000 (15:37 -0500)
commit1d4202ade602dd4f1192c69aed5cc905e7a9b4e2
treeeb47cb7693cc8e5648b3371f86f43c31556fcb3d
parent807698db025f489dd7894f1195e4983be632bee2
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
lib/url.c
tests/data/Makefile.inc
tests/data/test1145 [new file with mode: 0644]
tests/data/test1146 [new file with mode: 0644]
tests/data/test1534