Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 43A3D4A89 for ; Mon, 6 Jun 2011 19:57:41 +0000 (UTC) Received: (qmail 33270 invoked by uid 500); 6 Jun 2011 19:57:39 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 33238 invoked by uid 500); 6 Jun 2011 19:57:39 -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 33230 invoked by uid 99); 6 Jun 2011 19:57:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 19:57:39 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of 7zark7@gmail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-px0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jun 2011 19:57:33 +0000 Received: by pxi6 with SMTP id 6so2826138pxi.31 for ; Mon, 06 Jun 2011 12:57:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=l7nsQCbFTscVOtFL79tn1IQBScuz/vtTjfXXTq7/KJk=; b=lbo+gO8GYK21VNYa0oIuKys6fiil5mLxScPhF/+gIg+KKLIlfw1v+oqFOEFIXXk07I /tFWImaMQg6NFCk8MjsMIG2sDo8BlKi/g11QkB1hmCcZtElHQB8YzR8WzJRK/8xmpVp+ CT81aKGd4PMpasASmlBzBlAezFQ9u5nUEq/Rc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=Ig/chxO6rZkP5R1aEcdx9yTVx8YGbTzrVHGWsOywm8a7v2/9yNFwvwOlPQL4YfYzHe dWq4VtfTXjRXh9sAKIztG7npcoYf8ATamlX+jktNg1hOxE44m8zQrDlrhyRqwiYC0JOm yI3kuiJ5ElA4yPNWGLejH5//ZjuophiKKVYSU= Received: by 10.143.93.17 with SMTP id v17mr843430wfl.106.1307390233183; Mon, 06 Jun 2011 12:57:13 -0700 (PDT) Received: from MacBook.local ([99.34.20.31]) by mx.google.com with ESMTPS id t15sm3302138wfh.16.2011.06.06.12.57.11 (version=SSLv3 cipher=OTHER); Mon, 06 Jun 2011 12:57:12 -0700 (PDT) Message-ID: <4DED3116.9030001@gmail.com> Date: Mon, 06 Jun 2011 12:57:10 -0700 From: Gary Thomas <7zark7@gmail.com> User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 MIME-Version: 1.0 To: user@couchdb.apache.org CC: Robert Newson Subject: Re: workaround for url rewrite formatting References: <5AC5B7FC-F36B-454F-9AFB-DEB84EA28C65@twothirty.am> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Thanks, is there a description somewhere of what "More flexible URL rewriter" means in the release notes? Thanks On 6/6/11 10:50 AM, Robert Newson wrote: > It's your lucky day. CouchDB 1.1.0 has been released. > > http://couchdb.apache.org/downloads.html > > On 6 June 2011 18:30, Mohammed AlMarzouq wrote: >> Hi, >> >> I'm on v1.0.2 of couchdb and having problems formatting rewrite queries correctly. I keep getting %22 (double quotes) around numeric tokens extracted from the url. >> >> I saw this fix which will be included in v1.1 and allows for the proper formatting of extracted tokens https://issues.apache.org/jira/browse/COUCHDB-1074 >> >> But since I can't use the development branch, can anyone recommend a workaround? >> >> Thanks :) >> >> Mohammad AlMarzouq