2937: Make sure Collection share links end with /.
authorBrett Smith <brett@curoverse.com>
Thu, 19 Jun 2014 19:14:07 +0000 (15:14 -0400)
committerBrett Smith <brett@curoverse.com>
Thu, 19 Jun 2014 19:14:07 +0000 (15:14 -0400)
commit7e723d29f206fcc5ba4d8a26f8d547a72d5f0425
tree191a47b18cffa1c3a4448ee4a19f3733508ee21f
parentebc3fddd97628a50148ed90531b0a18d1cc867f9
2937: Make sure Collection share links end with /.

This is necessary to prevent wget from saving a plain HTML file with
the name of the reader token.  With a file there, it's not possible to
make a directory tree for recursive downloads.

Closes #2937.
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/app/views/collections/show_file_links.html.erb
apps/workbench/test/functional/collections_controller_test.rb