Github user eiri commented on the pull request:

    https://github.com/apache/couchdb-couch/pull/141#issuecomment-200896565
  
    @iilyak username goes into db name and we do validate db names. try for 
kicks `http PUT :5984/bird%23bird%2Fsparrow`. Unencoded `#` will be treated as 
URL anchor, `http PUT :5984/bird#bird%2Fsparrow` will just create db `bird`, so 
we safe on that matter.
    
    There are no `.deleted` suffix on files moved into `.delete` directory, 
i.e. on files removed on compaction. `.deleted` added only on 'really' deleted 
files that stay in a shards directory and I think we need to keep it to 
simplify periodic cleanup, or backup, or whatever it is an alternative to 
"delete on a spot" strategy.
    
    Anyway, I'll got with `#` as a separator. I'm finishing with less 
confusing, more extended tests here, going to push update in a couple of hours.


---
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.
---

Reply via email to