Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 75565 invoked from network); 2 Feb 2010 18:29:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Feb 2010 18:29:26 -0000 Received: (qmail 51242 invoked by uid 500); 2 Feb 2010 18:29:26 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 51174 invoked by uid 500); 2 Feb 2010 18:29:25 -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 51164 invoked by uid 99); 2 Feb 2010 18:29:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 18:29:25 +0000 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 bchesneau@gmail.com designates 209.85.216.180 as permitted sender) Received: from [209.85.216.180] (HELO mail-px0-f180.google.com) (209.85.216.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Feb 2010 18:29:19 +0000 Received: by pxi10 with SMTP id 10so338160pxi.13 for ; Tue, 02 Feb 2010 10:28:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=DGAJCxi1Ypv960roNBk0CRymDwhua2/Y0HmB7O9as98=; b=tjyELf9Ux1A6jmMiDIK0+OAylFKjNSjuIikRhWp428KwTBrWOEb37OM4/Xn/mgHRAl ee0V2glPYtlaiLfNRjU6+7eEjrbFO+ACG+7rO3V80DnUfp11JUkbpB9bYui/DU04sbcv qr0fRUQ5vUAFNrHlkygulyvh8T1Qgf71Hq1Eo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=doJfqASVB8IFHL5wPJ+xz9X3bHk9joFirMh+XQ3alzEKffuy59aqzSKe3j7oL5OeKa F67qshyvSu95Y7mDgv+4O4ityN/5kWkluov7hevT/UmXc3OnMEIwRTkJsDOu6chbTuEl URLVsrK7XscjYN25a3uU7qsCLw4fB+klY/PcE= MIME-Version: 1.0 Received: by 10.141.89.11 with SMTP id r11mr4362059rvl.290.1265135338660; Tue, 02 Feb 2010 10:28:58 -0800 (PST) In-Reply-To: References: Date: Tue, 2 Feb 2010 19:28:58 +0100 Message-ID: Subject: Re: [patch] proxy authentificationn handler From: Benoit Chesneau To: dev@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Updated the patch : https://issues.apache.org/jira/browse/COUCHDB-636 if value of proxy_use_secret key in couch_httpd_auth section of ini isn't true the secret key isn't use. Default is false. If key name is ok for you I will commit it. - beno=EEt