]> granicus.if.org Git - curl/commit
documentation: curl_formadd field and file names are now escaped
authorPatrick Monnerat <patrick@monnerat.net>
Tue, 11 Dec 2018 14:21:10 +0000 (15:21 +0100)
committerPatrick Monnerat <patrick@monnerat.net>
Tue, 11 Dec 2018 14:31:23 +0000 (15:31 +0100)
commit37093a21a6f5dd0233f2a92af5ae69d8417b8a51
treefb69d9cb5faefc45db1196d419be61974c8775f4
parent70d8ac624f74296e4a325f10d3444a957c0f7748
documentation: curl_formadd field and file names are now escaped

Prior to 7.56.0, fieldnames and filenames were set in Content-Disposition
header without special processing: this may lead to invalid RFC 822
quoted-strings.
7.56.0 introduces escaping of backslashes and double quotes in these names:
mention it in the documentation.

Reported-by: daboul on github
Closes #3361
docs/libcurl/curl_formadd.3