_rev_limit accepts not numeric values (resulting in a crash)
------------------------------------------------------------
Key: COUCHDB-1087
URL: https://issues.apache.org/jira/browse/COUCHDB-1087
Project: CouchDB
Issue Type: Bug
Reporter: Lukasz Mielicki
Priority: Minor
$ curl -XPUT 0:5984/db/_revs_limit -d "\"abc\""
{"ok":true}
$ curl 0:5984/db/_revs_limit
"abc"
Inserting a record afterwards causes a crash.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira