]> git.ipfire.org Git - thirdparty/curl.git/commit
URL: update "file:" URL handling
authorMatthew Kerwin <matthew@kerwin.net.au>
Fri, 24 Nov 2017 11:24:40 +0000 (21:24 +1000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Nov 2017 22:12:55 +0000 (23:12 +0100)
commit25634611f983824503cd708f0b65dddf028c3026
tree34683babc1100fbc582a3b0fb0bd64fab775ea47
parentd6ec96f7ffc5e8ee264d206634d3ec146794b80b
URL: update "file:" URL handling

* LOTS of comment updates
* explicit error for SMB shares (e.g. "file:////share/path/file")
* more strict handling of authority (i.e. "//localhost/")
* now accepts dodgy old "C:|" drive letters
* more precise handling of drive letters in and out of Windows
  (especially recognising both "file:c:/" and "file:/c:/")

Closes #2110
lib/url.c