docids not validated when the document is created implicitly
------------------------------------------------------------
Key: COUCHDB-565
URL: https://issues.apache.org/jira/browse/COUCHDB-565
Project: CouchDB
Issue Type: Bug
Reporter: Jan Kassens
This query creates a document with id _reserved/id.
curl -X PUT http://localhost:5984/test/_reserved%2Fid/foo
It seems the validation is not run, when the document is created implicitly by
an attachment.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.