_bulk_docs throws "Attachment name can't start with '_'" but document POST API 
does not
---------------------------------------------------------------------------------------

                 Key: COUCHDB-818
                 URL: https://issues.apache.org/jira/browse/COUCHDB-818
             Project: CouchDB
          Issue Type: Bug
          Components: HTTP Interface
    Affects Versions: 0.12
         Environment: Mac OS X 10.6.3
            Reporter: Benjamin Young


When inserting documents via the _bulk_docs API, I get this error if I try to 
include an attachment that begins with an underscore:
{
error: "bad_request"
reason: "Attachment name can't start with '_'"
}

However, if I submit a single doc with an attachment beginning with an 
underscore, no such error is generated.

Not sure which one should "win," but thought they should be the same. :)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to