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:
authorStan Hu <stanhu@gmail.com>2017-12-23 10:19:57 +0300
committerStan Hu <stanhu@gmail.com>2017-12-23 10:21:12 +0300
commit0faf772b6cfd691e16d529051a8901627a660a7a (patch)
tree3e890ddd4c2bf3fdd2fccd95e9ebc981941514eb /changelogs/unreleased/sh-catch-invalid-uri-markdown.yml
parent46be07d2c1da93cffd59fb03036e357c04ff6f3b (diff)
Gracefully handle garbled URIs in Markdown
There are certain inputs that look like valid URIs that are accepted by URI but not Addressable::URI. Handle the case where the latter fails. Closes #41442
Diffstat (limited to 'changelogs/unreleased/sh-catch-invalid-uri-markdown.yml')
-rw-r--r--changelogs/unreleased/sh-catch-invalid-uri-markdown.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-catch-invalid-uri-markdown.yml b/changelogs/unreleased/sh-catch-invalid-uri-markdown.yml
new file mode 100644
index 00000000000..9b0233fe988
--- /dev/null
+++ b/changelogs/unreleased/sh-catch-invalid-uri-markdown.yml
@@ -0,0 +1,5 @@
+---
+title: Gracefully handle garbled URIs in Markdown
+merge_request:
+author:
+type: fixed