diff options
author | Nick Thomas <nick@gitlab.com> | 2018-01-18 16:29:00 +0000 |
---|---|---|
committer | Nick Thomas <nick@gitlab.com> | 2018-01-18 17:32:19 +0000 |
commit | 3b0235318ef1fd39311910da7eb1893a4d3ae312 (patch) | |
tree | 02c5597d014dd28cf9914c4f246e3d9a874f01bd /changelogs | |
parent | e56bcf92774b19115f62b609163c44ba9d919e69 (diff) | |
download | gitlab-ce-3b0235318ef1fd39311910da7eb1893a4d3ae312.tar.gz |
Correctly escape UTF-8 path elements for uploads
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/unreleased/42159-utf8-uploads.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/42159-utf8-uploads.yml b/changelogs/unreleased/42159-utf8-uploads.yml new file mode 100644 index 00000000000..f6eba8f28f5 --- /dev/null +++ b/changelogs/unreleased/42159-utf8-uploads.yml @@ -0,0 +1,5 @@ +--- +title: Correctly escape UTF-8 path elements for uploads +merge_request: 16560 +author: +type: fixed |