gitlab-org--gitlab-foss/lib/gitlab/etag_caching
Stan Hu da0c9b0056
Fix real-time updates for projects that contain a reserved word
Projects that included reserved words (e.g. test-create) would fail to
generate a proper ETag key because of the name. To fix this, we add
forward slashes to match the exact name so that /test-create doesn't get
matched, but /create does.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/60113
2019-04-05 11:59:20 -07:00
..
middleware.rb Switch use of Rack::Request to ActionDispatch::Request 2019-01-07 00:35:53 -08:00
router.rb Fix real-time updates for projects that contain a reserved word 2019-04-05 11:59:20 -07:00
store.rb Enable even more frozen string in lib/gitlab 2018-11-06 22:47:32 -08:00