From user-return-12558-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sun Sep 12 11:08:52 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 59215 invoked from network); 12 Sep 2010 11:08:51 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 12 Sep 2010 11:08:51 -0000 Received: (qmail 53664 invoked by uid 500); 12 Sep 2010 11:08:50 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 53398 invoked by uid 500); 12 Sep 2010 11:08:46 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 53390 invoked by uid 99); 12 Sep 2010 11:08:45 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 11:08:45 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Sep 2010 11:08:22 +0000 Received: by iwn8 with SMTP id 8so6971472iwn.11 for ; Sun, 12 Sep 2010 04:08:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=6hXOCZLoBKKL+l0mcU1Q2aYVmJu6dRgyFV4K0fHu+oU=; b=pEJSUDONuW6mavncAEN2Q938Htu8pRPoPXk54OeLGMDCpJlgG4k7urYI0gRh86/Ymj 62qG7ImyV7MrdTYur8vbqWmLLVzEMnn35Oa5v/KN+DHqaTGsGKeKa2cain49CI3n91Il Hjq71teXshA6UALm7oGqUOvjvAZ8qTodk3JKQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Wc+uRxEi6zcZWfAm60DR0LkG1vyel7Lo4PEnLuquM5KjKUa+qU9jMqB3a27HyZcG4r 8mUIdyrbWmW0FzV/wPbjANgU3LCKfLAJgEKyzzpRpAM+ECXN7Kfv+d7VfMfFwYmxzHSg lpremuOmUcN33KzqtYwSCAySQzBJjGKK6TzYM= MIME-Version: 1.0 Received: by 10.231.13.77 with SMTP id b13mr3746124iba.28.1284289681202; Sun, 12 Sep 2010 04:08:01 -0700 (PDT) Received: by 10.231.151.129 with HTTP; Sun, 12 Sep 2010 04:08:01 -0700 (PDT) In-Reply-To: References: Date: Sun, 12 Sep 2010 13:08:01 +0200 Message-ID: Subject: Re: Query parameters in rewrites.json not handled as default values From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On Sun, Sep 12, 2010 at 11:20 AM, J Chris Anderson wrote: > > On Sep 12, 2010, at 12:35 AM, Henrik Skupin wrote: > >> Hi, >> >> During this week while being at Couchcamp I have already talked to Chris and >> we decided to follow-up on the topic in the mailing list. >> > > I'm seeing this behavior also, and agree it should be fixed. Do you mind filing a bug report for it? > > http://issues.apache.org/jira/browse/COUCHDB > > At CouchCamp I said I thought this was working, but it's not working in the places I've checked, so I think it needs fixing. > > Chris Well it will be a regression then. It has worked like this, and after your request, we discussed about changed it . The point is that you didn't want that someone can override values defined in the ddoc and I think you had a case for this. I'm not sure what is the right way to handle it right now and we should consider all the usecases before changing anything. - benoit