obtuse error when specifying a wrong filter for replication
-----------------------------------------------------------
Key: COUCHDB-1110
URL: https://issues.apache.org/jira/browse/COUCHDB-1110
Project: CouchDB
Issue Type: Improvement
Components: HTTP Interface
Affects Versions: 1.0.2
Reporter: Thomas Vander Stichele
Priority: Minor
In a training, I did:
curl -X POST -H "Content-Type: application/json" -d '{"source": "bank",
"target": "customers", "filter": "design_doc/customers"}'
http://localhost:5984/_replicate
{"error":"changes_loop_died"}
The backtrace in couchdb is really long.
Apparently I should have used demo instead of design_doc.
I think couchdb should simply tell me that the filter does not exist.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira