Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 1641 invoked from network); 28 Jun 2008 22:30:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jun 2008 22:30:50 -0000 Received: (qmail 1507 invoked by uid 500); 28 Jun 2008 22:30:51 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 1488 invoked by uid 500); 28 Jun 2008 22:30:51 -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 1477 invoked by uid 99); 28 Jun 2008 22:30:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 15:30:51 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jchris@gmail.com designates 209.85.146.181 as permitted sender) Received: from [209.85.146.181] (HELO wa-out-1112.google.com) (209.85.146.181) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Jun 2008 22:29:58 +0000 Received: by wa-out-1112.google.com with SMTP id m16so874977waf.6 for ; Sat, 28 Jun 2008 15:30:18 -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:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=Jo/+Jt3RlqFt2JQUwfltiangJGbf8y4WVWxefxkYauY=; b=CIRQdi93/Rp/OdbEGaPpbm2SIkEZZ9PhpnRikrsMG1/WOUVJLWo7bM73NhplRxhS+l 518eFRjc1uo0iVedTPQWTgYGNC5xga1TMFfUW0yhhXcoYtW0R7YzwlcMTmIoHl3iLixZ 7Yt1ZBfAvqnti1EqbjZG/GwE2E9H/PZDWHui0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=aKR+zEJ6TTtg1brTA9lK+w8R5iY1+YFxxWI9RTxkx/uinOC5PAEqloguaN2Tgf6GR/ UPLnp8Nyj8ugQBrNNYlHkSFJN6MWdmewW+rRBQtRXEUu3CSxSRa4cQ/svQ/6r7I0n/Y/ WHP3KzFAK6k3+pd231fBd2uyLc1FDMWa/M+SA= Received: by 10.114.148.1 with SMTP id v1mr2805074wad.21.1214692218518; Sat, 28 Jun 2008 15:30:18 -0700 (PDT) Received: by 10.114.78.7 with HTTP; Sat, 28 Jun 2008 15:30:18 -0700 (PDT) Message-ID: Date: Sat, 28 Jun 2008 15:30:18 -0700 From: "Chris Anderson" Sender: jchris@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: Unnecessary escaping in URLs? In-Reply-To: <6f7ea56f0806281518x62706689yc0f75f4d3778bb3f@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6f7ea56f0806281518x62706689yc0f75f4d3778bb3f@mail.gmail.com> X-Google-Sender-Auth: 93eb9c008f07830f X-Virus-Checked: Checked by ClamAV on apache.org John, "http:\/\/www.example.com\/foo\/bar\/bar.html" Is a valid representation of "http://www.example.com/foo/bar/bar.html" in JSON. I'm not sure about Python, but by pasting the string into Firebug, I see that it comes out clean. The JSON spec is extremely simple: http://www.json.org/ It seems like the cjson Python library might be failing to unescape. Chris -- Chris Anderson http://jchris.mfdz.com