You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "Robert Newson (JIRA)" <ji...@apache.org> on 2009/11/08 21:31:32 UTC

[jira] Commented: (COUCHDB-565) docids not validated when the document is created implicitly

    [ https://issues.apache.org/jira/browse/COUCHDB-565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12774818#action_12774818 ] 

Robert Newson commented on COUCHDB-565:
---------------------------------------

Umbrage:couchdb-lucene robertnewson$ curl -X PUT http://localhost:5984/db1/_reserved%2Fid/foo
{"ok":true,"id":"_reserved/id","rev":"1-b0e34971cb6a0459d1fdacc81bc7c401"}


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