Github user kxepal commented on the issue:
https://github.com/apache/couchdb-chttpd/pull/144
@nickva
It's logical issue and it may leads to conflicts. Say, we have a feature
FTS (full text search) which could be both provided by couchdb-lucene and
dreyfus. Both acts differently, but feature is the same. Both may works
together, but from point of client, who process that list it will be undefined
behaviour which FTS feature to use.
So semantically, object is better here since we guarantee only one feature
presence and we can raise conflicts exceptions with easy.
---
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.
---