From dev-return-10780-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Wed Jul 14 14:31:47 2010 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 33237 invoked from network); 14 Jul 2010 14:31:46 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 14 Jul 2010 14:31:46 -0000 Received: (qmail 4496 invoked by uid 500); 14 Jul 2010 14:31:46 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 4360 invoked by uid 500); 14 Jul 2010 14:31:45 -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 4349 invoked by uid 99); 14 Jul 2010 14:31:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 14:31:44 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of zachary.zolton@gmail.com designates 74.125.82.54 as permitted sender) Received: from [74.125.82.54] (HELO mail-ww0-f54.google.com) (74.125.82.54) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jul 2010 14:31:37 +0000 Received: by wwi18 with SMTP id 18so2121657wwi.23 for ; Wed, 14 Jul 2010 07:30:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=2T7PqYCxslQn/YUVO3CS1lUcFreAlFJj2XINuQSs6rA=; b=caBeZDB+QUDkGbWW+EuMP2JYqN4MooZMPOQI6Znu82zb+s+gSX1JDID8knTBqpo680 Xda5/aV9CvZHVRKVi2Savlk7+/EOcVmwpNziW7jGvYniMKXGdjcX/wmT0Lwx9kVd3Eqi Z8BOvi+cO9/AK4Bk0Zivz/Az9Tz4gAK+ZMGbs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=B2wck19211jyw55NDSZbXGyEszALHV4BBfcPCpwlY03jvgTUSno0OnkyKO+X7G+C+n nPtsSCrCd4zM1bVCex9ksc7zIAJTV/zSv24J0skAGE0vpGQ5L1G2DcsOnB5hSpDDsfoj VAuxCeQ2YqbXt1eeb3pdETADYnSkddGYpqnTc= Received: by 10.216.131.161 with SMTP id m33mr11941811wei.13.1279117814705; Wed, 14 Jul 2010 07:30:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.139.27 with HTTP; Wed, 14 Jul 2010 07:29:54 -0700 (PDT) From: Zachary Zolton Date: Wed, 14 Jul 2010 09:29:54 -0500 Message-ID: Subject: New auth redirect feature To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Couchers, I saw this in the CHANGES file for the 0.11.1 release: * Added authentication redirect URL to log in clients. This sound like a feature I could really use. However, I couldn't google my way to any commits or JIRA issues. Are there any docs/tests regarding this? Also, I'm assuming this feature to be included the 1.0 release, as well, right? Cheers, Zach