From couchdb-user-return-208-apmail-incubator-couchdb-user-archive=incubator.apache.org@incubator.apache.org Sun Apr 13 15:49:47 2008 Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 1311 invoked from network); 13 Apr 2008 15:49:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Apr 2008 15:49:47 -0000 Received: (qmail 88213 invoked by uid 500); 13 Apr 2008 15:49:47 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 88178 invoked by uid 500); 13 Apr 2008 15:49:47 -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 88169 invoked by uid 99); 13 Apr 2008 15:49:47 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 08:49:47 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of theflinnster@gmail.com designates 209.85.132.241 as permitted sender) Received: from [209.85.132.241] (HELO an-out-0708.google.com) (209.85.132.241) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 13 Apr 2008 15:48:56 +0000 Received: by an-out-0708.google.com with SMTP id b33so324377ana.83 for ; Sun, 13 Apr 2008 08:49:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; bh=FFW8PegDL8+mhsa5Ci7ac6nCbCOkPyrBHe3sDUr5u/A=; b=BNKMgSW+8HGDhqcpIV9C8qfKAVS/sI10x41EfXEXfDhejVGJHZZ5TzJqo9h7m1hU299MwIS5kheKv07VrLrNIXarVmYWCY4J9NpEiDAXIGmr6xL0+ms6/JZgawekwlewkp5PnwEAJcaQ7hgRXfRy1WjY+H5CUNgUcSeGlG/aOuQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding:mime-version:subject:date:x-mailer; b=ZG6+yDgx2WDDgC03uayNfgRCs0bbNr64BH9mpd/+2v4o9El7DXEv+ZBsl13uzlA8S2AypTfNq0ERIIl24xPYZ4ZJtwiq64auD7+DVawWNegemHPQcQjjxk1baAwrOQ/+LkF1DLcTUh8VTWVY60f6FlIHnkgXZmaMpQpH5P6/Va4= Received: by 10.101.67.15 with SMTP id u15mr10141342ank.66.1208101753643; Sun, 13 Apr 2008 08:49:13 -0700 (PDT) Received: from ?192.168.1.3? ( [76.28.67.99]) by mx.google.com with ESMTPS id 61sm12377008wry.13.2008.04.13.08.49.11 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 13 Apr 2008 08:49:11 -0700 (PDT) Message-Id: <6C90BC49-8739-4FD7-9CFF-6824577AF620@gmail.com> From: Flinn Mueller To: couchdb-user@incubator.apache.org Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: noob questions Date: Sun, 13 Apr 2008 11:49:09 -0400 X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org I'm trying to find info on the roadmap but it looks like it's gone ( http://wiki.apache.org/couchdb/RoadMap )? My questions mostly relate to security and how that will be implemented. Would couchdb be front facing or behind a proxy that might handle security? Also if couchdb were deployed front facing is there support (or planned support) for JSON-P to overcome the same origin policy limitations on JSON transport?