gitlab-org--gitlab-foss/changelogs/unreleased/sh-reject-info-refs-head-requests.yml
Stan Hu d165754400 Reject HEAD requests to info/refs endpoint
In production, we see high error rates due to clients attempting to use
the dumb Git HTTP protocol with HEAD /foo/bar.git/info/refs
endpoint. This isn't supported and causes Error 500s because Workhorse
doesn't send along its secret because it's not proxying this request.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/54579
2019-03-19 11:23:51 -07:00

5 lines
95 B
YAML

---
title: Reject HEAD requests to info/refs endpoint
merge_request: 26334
author:
type: fixed