5824: Fix disposition=attachment handling.
authorTom Clegg <tom@curoverse.com>
Sat, 7 Nov 2015 09:36:01 +0000 (04:36 -0500)
committerTom Clegg <tom@curoverse.com>
Sun, 8 Nov 2015 20:16:04 +0000 (15:16 -0500)
commita7b140ac8c00ca5f9dfb1f3a46c78dd7b9a68730
tree6bf5a46d39da08aadf490e713a1260c838651616
parentb86c7d168ce73f830f01d204189ed0941bf8e469
5824: Fix disposition=attachment handling.

Propagate disposition=attachment from Workbench to keep-web when
redirecting.

Include a filename in the Content-Disposition header if the request
URL contains "?", so UAs don't mistakenly include the query string as
part of the default filename.
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/config/application.default.yml
apps/workbench/test/integration_helper.rb
services/keep-web/handler.go