url_unescape: fix ordering of "+" => " " of swap
commit55de4a3375793fa31993a1e9b4be777007bd31b8
authorEric Wong <normalperson@yhbt.net>
Fri, 11 Nov 2011 10:47:16 +0000 (11 10:47 +0000)
committerEric Wong <normalperson@yhbt.net>
Fri, 11 Nov 2011 10:57:45 +0000 (11 10:57 +0000)
tree700a4d8889c94a75632ea6d3110b979e2802512b
parent45f519f571cf88e1710e8175cff5742bed070ff9
url_unescape: fix ordering of "+" => " " of swap

Otherwise we'll be converting "%2B" into " " instead of
"+" when it appears in a file name.
lib/mogilefs/backend.rb
test/test_mogilefs_integration_list_keys.rb