gitlab-org--gitlab-foss/lib/gitlab/etag_caching
Stan Hu aff2b6e4eb Switch use of Rack::Request to ActionDispatch::Request
As mentioned in
https://gitlab.com/gitlab-org/gitlab-ee/issues/9035#note_129093444,
Rails 5 switched ActionDispatch::Request so that it no longer inherits
Rack::Request directly. A middleware that uses Rack::Request to
read the environment may see stale request parameters if
another middleware modifies the environment via ActionDispatch::Request.
To be safe, we should be using ActionDispatch::Request everywhere.
2019-01-07 00:35:53 -08:00
..
middleware.rb Switch use of Rack::Request to ActionDispatch::Request 2019-01-07 00:35:53 -08:00
router.rb Enable even more frozen string in lib/gitlab 2018-11-06 22:47:32 -08:00
store.rb Enable even more frozen string in lib/gitlab 2018-11-06 22:47:32 -08:00