Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Thomas <nick@gitlab.com>2018-01-18 19:29:00 +0300
committerNick Thomas <nick@gitlab.com>2018-01-18 20:32:19 +0300
commit3b0235318ef1fd39311910da7eb1893a4d3ae312 (patch)
tree02c5597d014dd28cf9914c4f246e3d9a874f01bd /changelogs
parente56bcf92774b19115f62b609163c44ba9d919e69 (diff)
Correctly escape UTF-8 path elements for uploads
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/42159-utf8-uploads.yml5
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