gitlab-org--gitlab-foss/spec/controllers/concerns
Stan Hu 41b51c0656 Encode Content-Disposition filenames
Users downloading non-ASCII attachments would see garbled characters.
When used with object storage, AWS S3 would return an InvalidArgument
error: Header value cannot be represented using ISO-8859-1.

Per RFC 5987 and RFC 6266, Content-Disposition should be encoded
properly. This commit takes the Rails 6 implementation of
ActiveSuppport::Http::ContentDisposition
(https://github.com/rails/rails/pull/33829) and ports it here.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/47673
2019-02-04 23:12:44 -08:00
..
checks_collaboration_spec.rb
continue_params_spec.rb
controller_with_cross_project_access_check_spec.rb
group_tree_spec.rb
internal_redirect_spec.rb
issuable_collections_spec.rb Save sorting preference for Issues/MRs in BE 2019-01-28 12:48:05 -06:00
lfs_request_spec.rb
send_file_upload_spec.rb Encode Content-Disposition filenames 2019-02-04 23:12:44 -08:00