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:
authorDouwe Maan <douwe@gitlab.com>2018-01-19 11:44:55 +0300
committerDouwe Maan <douwe@gitlab.com>2018-01-19 11:44:55 +0300
commit812413863bec3b1f5f3fcf8a8b71906fe5ca2949 (patch)
tree3fc7001847e8a02a1294010e65f03bc2a4be3636 /changelogs
parenta1c0964d7170a98214c37e1a45ce8223c83a33f5 (diff)
parent3b0235318ef1fd39311910da7eb1893a4d3ae312 (diff)
Merge branch '42159-utf8-uploads' into 'master'
Correctly escape UTF-8 path elements for uploads Closes #42159 See merge request gitlab-org/gitlab-ce!16560
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