rnewson commented on pull request #3947: URL: https://github.com/apache/couchdb/pull/3947#issuecomment-1055177589
we have a general prohibition at https://github.com/apache/couchdb/blob/3.x/src/couch/src/couch_doc.erl#L377 for unknown special fields. I'm not sure it's wise to expand the couch_doc clauses to allow all `_replication_`-prefixed fields but others can comment if they feel strongly. replications of `_replicator` db should be unaffected as the first clause allows any write by a user with the `_replicator` role. The PR is trying to prevent users from being misled if they attempt to influence the replicator in undocumented ways. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
