diff options
author | Daniel Stenberg <daniel@haxx.se> | 2021-05-31 08:59:24 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-15 10:49:49 +0200 |
commit | b67d3ba73e98cba63dc6246ee0da22ea803ec3e8 (patch) | |
tree | 5a572311875f11ebd262eaf75d81d6a35b6e9548 /GIT-INFO | |
parent | 8f717b6cf0e55a4caaac4550221b97559a1f9b57 (diff) | |
download | curl-b67d3ba73e98cba63dc6246ee0da22ea803ec3e8.tar.gz |
curl_url_set: reject spaces in URLs w/o CURLU_ALLOW_SPACE
They were never officially allowed and slipped in only due to sloppy
parsing. Spaces (ascii 32) should be correctly encoded (to %20) before
being part of a URL.
The new flag bit CURLU_ALLOW_SPACE when a full URL is set, makes libcurl
allow spaces.
Updated test 1560 to verify.
Closes #7073
Diffstat (limited to 'GIT-INFO')
0 files changed, 0 insertions, 0 deletions