From couchdb-user-return-1336-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Thu Sep 18 15:30:28 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 79730 invoked from network); 18 Sep 2008 15:30:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Sep 2008 15:30:28 -0000 Received: (qmail 76468 invoked by uid 500); 18 Sep 2008 15:30:24 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 76169 invoked by uid 500); 18 Sep 2008 15:30:23 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 76153 invoked by uid 99); 18 Sep 2008 15:30:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 08:30:23 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of william.kinney@gmail.com designates 72.14.220.155 as permitted sender) Received: from [72.14.220.155] (HELO fg-out-1718.google.com) (72.14.220.155) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Sep 2008 15:29:24 +0000 Received: by fg-out-1718.google.com with SMTP id l26so255592fgb.26 for ; Thu, 18 Sep 2008 08:29:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type; bh=OBSN2hkOoc3jmRSE4M3RZqfkSz/8sv0hDwPqgERAwCc=; b=mBgBSGi/0qwQD3cWXHbovo3C4rIIPOSQBd+lUbP8H5vekG5WuPfmmIYPVFjKLHflUa t2yd3d7F6+tDOBxfqzzteZolxRcJvvMni8EU7Syl4gO50tZzukILRNZro6PKPVY9k2KB P6AezllQkaKVZAp2cFHXwnrUoVKeJUuID1cv8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=OJq6uKu+nNX2TbkIA3M1CjuW7Czd45b4kSDpbp6OE1ASD+FbO0UATvU1zIoiccMXe6 El2AM2GyLNA5eYkLzMNO4sYaknsq8tSIYtsnjDxOoClWLt1ZzBMSZZo0LKrtuzo0M6cc ZzhLJW7lMrTVxhHL0v0XoN3oMCuDRtIGCIFqQ= Received: by 10.180.227.2 with SMTP id z2mr2767268bkg.12.1221751779565; Thu, 18 Sep 2008 08:29:39 -0700 (PDT) Received: by 10.180.218.2 with HTTP; Thu, 18 Sep 2008 08:29:39 -0700 (PDT) Message-ID: <928bdd8e0809180829j790cb713i5b04c0be862af3ef@mail.gmail.com> Date: Thu, 18 Sep 2008 11:29:39 -0400 From: "william kinney" To: couchdb-user@incubator.apache.org Subject: startkey and quotes MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_7145_27693667.1221751779570" X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_7145_27693667.1221751779570 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi (again), It seems that the startkey query parameter requires quotes around the value. However, my lovely Apache java HttpClient library doesn't like that, and throws a org.apache.commons.httpclient.URIException: Invalid query. Has anyone had any experience with this? I'd like to avoid having to extend or hack http client to get around this. On a side note, I've never seen quotes being specified/used in query parameters before. I couldn't find any mention of it in the w3c spec. I'm sure of course it is intended functionality. Bu t does anyone know why? Thanks, Will ------=_Part_7145_27693667.1221751779570--