summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorJason Goodman <jgoodman@gitlab.com>2019-08-01 09:56:33 +0000
committerKamil TrzciƄski <ayufan@ayufan.eu>2019-08-01 09:56:33 +0000
commit170f7906410984a04971a7b044356217c62cd19f (patch)
tree12f98379e793cef5aaabe860375dda1ec872c3c2 /changelogs
parent4f750ccfe594cde40a5555f2a037e409846cfcfe (diff)
downloadgitlab-ce-170f7906410984a04971a7b044356217c62cd19f.tar.gz
Use Array.join rather than URI.join
Add spec for cases where URI.join does not work as expected
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/double-slash-64592.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/double-slash-64592.yml b/changelogs/unreleased/double-slash-64592.yml
new file mode 100644
index 00000000000..e3b5b197ac5
--- /dev/null
+++ b/changelogs/unreleased/double-slash-64592.yml
@@ -0,0 +1,5 @@
+---
+title: Prevent double slash in review apps path
+merge_request: 31212
+author:
+type: fixed