Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 39DAD10348 for ; Tue, 2 Jul 2013 00:25:21 +0000 (UTC) Received: (qmail 89420 invoked by uid 500); 2 Jul 2013 00:25:20 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 89370 invoked by uid 500); 2 Jul 2013 00:25:20 -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 89317 invoked by uid 99); 2 Jul 2013 00:25:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Jul 2013 00:25:20 +0000 Date: Tue, 2 Jul 2013 00:25:20 +0000 (UTC) From: "Alexander Shorin (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (COUCHDB-1516) "formats" is ignored inside arrays in URL rewriting MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Shorin updated COUCHDB-1516: -------------------------------------- Component/s: (was: Database Core) HTTP Interface > "formats" is ignored inside arrays in URL rewriting > --------------------------------------------------- > > Key: COUCHDB-1516 > URL: https://issues.apache.org/jira/browse/COUCHDB-1516 > Project: CouchDB > Issue Type: Bug > Components: HTTP Interface > Affects Versions: 1.2 > Reporter: Lovasoa > Labels: rewrite, rewriter, url > > I have the following rewrite rule : > { > "from": "/data-update/:pool/:lastvisit", > "to": "/_list/prettyJSON/questions-by-date", > "query" : { > "startkey" : [":pool", {}], > "endkey" : [":pool", ":lastvisit"], > "descending" : "true" > }, > "formats":{"descending":"bool","lastvisit":"int"} > } > My questions-by-date view emits key of the type [, ]. > The rewriter redirects /data-update/pool0/42 to /_list/prettyJSON/questions-by-date?descending=true&startkey=["pool0", {}]&endkey=["pool0", "42"] > instead of /_list/prettyJSON/questions-by-date?descending=true&startkey=["pool0", {}]&endkey=["pool0", 42] > (it adds quotes around "42"). -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira