gitlab-org--gitlab-foss/changelogs/unreleased/sh-fix-upload-snippets-with-relative-url-root.yml
Stan Hu 494e00caa3 Fix 404s for snippet uploads when relative URL root used
Personal snippet uploads have neither a group nor a project. If a GitLab
instance were configured with a relative URL root (e.g. `/gitlab`), then
the Markdown filter would not include this root in the generated path.
We fix this by adding this root if there is no group or project.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/56280
2019-01-22 17:56:25 -08:00

5 lines
109 B
YAML

---
title: Fix 404s for snippet uploads when relative URL root used
merge_request: 24588
author:
type: fixed