Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 64776 invoked from network); 22 Mar 2011 00:46:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 00:46:45 -0000 Received: (qmail 37364 invoked by uid 500); 22 Mar 2011 00:46:45 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 37330 invoked by uid 500); 22 Mar 2011 00:46:45 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 37322 invoked by uid 99); 22 Mar 2011 00:46:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 00:46:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 00:46:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id B51BA4162D for ; Tue, 22 Mar 2011 00:46:05 +0000 (UTC) Date: Tue, 22 Mar 2011 00:46:05 +0000 (UTC) From: "Omar Yasin (JIRA)" To: dev@couchdb.apache.org Message-ID: <1279939481.2918.1300754765738.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1581878465.11919.1299792539438.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (COUCHDB-1087) _rev_limit accepts not numeric values (resulting in a crash) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Omar Yasin updated COUCHDB-1087: -------------------------------- Attachment: jira1087.patch Patch for 1087 > _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 > Attachments: jira1087.patch > > Original Estimate: 1h > Remaining Estimate: 1h > > $ 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