[
https://issues.apache.org/jira/browse/COUCHDB-910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12918924#action_12918924
]
Paul Joseph Davis commented on COUCHDB-910:
-------------------------------------------
Oh, missed that last line. Yeah, should be an easy fix in the bulk docs
handling code.
> Malformed _bulk_docs post data causes a 500 function clause error
> -----------------------------------------------------------------
>
> Key: COUCHDB-910
> URL: https://issues.apache.org/jira/browse/COUCHDB-910
> Project: CouchDB
> Issue Type: Bug
> Components: HTTP Interface
> Affects Versions: 1.0
> Environment: Cloudant BigCouch EC2 node
> Reporter: Jay Nelson
> Priority: Minor
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> The following two malformed _bulk_docs request result in errors when issued
> to Cloudant's BigNode cluster (however, it is fundamentally a CouchDB problem
> and should give the same results with a standalone CouchDB):
> curl -d '{"doc": [] }' -H 'Content-Type:application/json' -X POST
> https://appadvice.cloudant.com/foo/_bulk_docs
> {"error":"unknown_error","reason":"function_clause"}
> curl -d '{"doc": [{"_id":"foo"}] }' -H 'Content-Type:application/json' -X
> POST https://appadvice.cloudant.com/foo/_bulk_docs
> {"error":"unknown_error","reason":"function_clause"}
> In both cases the error is that {"docs": [ ... ] } was not used but instead
> the keyword "doc" was used.
> The result should be a notification of the error in the data supplied, rather
> than crashing the web server.
> This is probably a reopening of issues related to COUCHDB-306
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.