remotestorage / remotestorage-ruby

A Rails based RemoteStorage server in Ruby. Works with remoteStorage.js 0.7. Adheres to RemoteStorage spec 2012.04
Other
23 stars 5 forks source link

handle URI encoded path components correctly #12

Open nilclass opened 11 years ago

nilclass commented 11 years ago

somewhere the path components get decoded and suddenly "foo/bar" is indistinguishable from "foo%2Fbar". That is not good!