gitlab-org--gitlab-foss/lib/gitlab/middleware
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
..
read_only Switch use of Rack::Request to ActionDispatch::Request 2019-01-07 00:35:53 -08:00
basic_health_check.rb Switch use of Rack::Request to ActionDispatch::Request 2019-01-07 00:35:53 -08:00
correlation_id.rb Remove rails4 specific code 2018-12-16 10:48:41 +01:00
go.rb Remove authentication via warden and PRIVATE_TOKEN header 2019-01-03 20:28:02 +08:00
multipart.rb Fix multipart attachments not uploading 2019-01-05 01:56:47 -08:00
rails_queue_duration.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
read_only.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
release_env.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00
static.rb Enable even more frozen string for lib/gitlab 2018-11-16 17:41:14 -08:00