5824: Fix path and query escapes.
authorTom Clegg <tom@curoverse.com>
Wed, 11 Nov 2015 23:32:23 +0000 (18:32 -0500)
committerTom Clegg <tom@curoverse.com>
Thu, 12 Nov 2015 16:59:25 +0000 (11:59 -0500)
commit7efd2bc23c0e72f42a70e6bd968cdae1bf11a366
tree654a61ebde695dffe4e7b927c8b7eccb8b7e2f81
parent0d1688a1e1d50d562a34279665069230e0851b16
5824: Fix path and query escapes.

Paths encode spaces as "%20", not "+".

Rails to_query helper does undesirable things like
"disposition[]=attachment".
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/test/controllers/collections_controller_test.rb