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.