Github user iilyak commented on the pull request:
https://github.com/apache/couchdb-couch/pull/141#issuecomment-200865747
@eiri: `#` could work. Unfortunately we don't validate user so if username
contains `#` it would be tricky. We could do
`couch_util:url_encode("/foo/bar")`. [Unreserved
characters](https://tools.ietf.org/html/rfc3986#section-2.3) look portable to
me if used as part of a file name. I.e. we would have
`.delete/<url_encode(path)>.<timestamp>.<filetype>.deleted`. We don't need
`.deleted` suffix and can get rid of it probably.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---