From dev-return-4099-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Tue May 05 14:02:08 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 53940 invoked from network); 5 May 2009 14:02:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 May 2009 14:02:08 -0000 Received: (qmail 26370 invoked by uid 500); 5 May 2009 14:02:02 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 26321 invoked by uid 500); 5 May 2009 14:02:02 -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 26287 invoked by uid 99); 5 May 2009 14:02:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 14:02:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 May 2009 14:01:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DDA40234C041 for ; Tue, 5 May 2009 07:00:30 -0700 (PDT) Message-ID: <1170657108.1241532030906.JavaMail.jira@brutus> Date: Tue, 5 May 2009 07:00:30 -0700 (PDT) From: "Brad Anderson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Updated: (COUCHDB-343) [PATCH] JSONP support In-Reply-To: <1037541837.1241532030352.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-343?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brad Anderson updated COUCHDB-343: ---------------------------------- Attachment: jsonp.patch > [PATCH] JSONP support > --------------------- > > Key: COUCHDB-343 > URL: https://issues.apache.org/jira/browse/COUCHDB-343 > Project: CouchDB > Issue Type: New Feature > Components: HTTP Interface > Affects Versions: 0.9 > Reporter: Brad Anderson > Priority: Minor > Fix For: 0.10 > > Attachments: jsonp.patch > > > Adds support for JSONP, or JSON with Padding, which surrounds the response JSON object with a callback from the querystring ?callback=blah as blah({json_resp}); > http://bob.pythonmac.org/archives/2005/12/05/remote-json-jsonp/ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.