Closed nilclass closed 12 years ago
people often replace spaces with hyphens to be more friendly, tho of course this can add an extra layer of complexity ...
that would be possible to do in myfavoritedrinks. It just happens due to the choice of key there. But the more general problem is, that those keys aren't consistent when synchronizing between local cache <-> remotestorage. So we either need to fix that, or prevent people from using URI-encoded keys, which sucks.
No you're absolutely right, the space must be supported. Just saying that very often when naming people sometimes choose to replace, say space with -
This is actually a bug in the storage server(s). I'm fixing it now for remotestorage-ruby.
When I use a key like
Club%20Mate
(e.g. created by myfavoritedrinks), when pushing it to remote everything is fine, but as soon as it get's synced back, there are two versions of the data, one calledClub%20Mate
, oneClub Mate
. I guess there is some browser magic that translates %20 to a space, need to figure out where that is.