[
https://issues.apache.org/jira/browse/COUCHDB-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12975307#action_12975307
]
Christian Carter commented on COUCHDB-990:
------------------------------------------
This is also reported at https://issues.apache.org/jira/browse/COUCHDB-648.
> Update handlers ignore HTTP status codes in responses
> -----------------------------------------------------
>
> Key: COUCHDB-990
> URL: https://issues.apache.org/jira/browse/COUCHDB-990
> Project: CouchDB
> Issue Type: Bug
> Components: JavaScript View Server
> Affects Versions: 1.0.1
> Environment: OSX, built using brew
> Reporter: Nick Fisher
>
> The following update handler will always return 200
> '''
> function(doc, req){
> return [null, {code: 400, body: 'bad user request'];
> }
> '''
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.