Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 74454 invoked from network); 3 Apr 2008 15:33:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 15:33:46 -0000 Received: (qmail 30165 invoked by uid 500); 3 Apr 2008 15:33:40 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 30105 invoked by uid 500); 3 Apr 2008 15:33:40 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 30055 invoked by uid 99); 3 Apr 2008 15:33:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 08:33:39 -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 jslive@gmail.com designates 209.85.142.191 as permitted sender) Received: from [209.85.142.191] (HELO ti-out-0910.google.com) (209.85.142.191) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 15:32:55 +0000 Received: by ti-out-0910.google.com with SMTP id d27so1156541tid.0 for ; Thu, 03 Apr 2008 08:33:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; 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=JP98dRN7pJpOSCyF3RTYv22dv3yIR2QUntgURRccJxg=; b=Ii9xUrYZ0S64OcCCWXdOc8BjuMM0rbE5+gl4dp9YNStLpL1iVSU+x7bWENIAVUb6KGFpzS+B3mot5wclYAXu6qNYaD+6jIJw+fJBOeg6lC9iDDjQoRj6O4f0D4r2it+NiNTksvVfBT0AJlqcHjKssby8nyrPAKBu82COFjRzuUg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; 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=IOuNdE28EnOiFPY3nl+k0RJZtVr9jfJ8Po6w3+9wYyicJACeRGXzjNPjw4o9gArFc7EXzOb/G6IRuRP3m6RESlOUXvo8jMIfLIxUb0drIZGcvDrs5R5K2vBD3nKKVky8N+qHx0npHGhKoBzA4xCst+Nps5vPgM3cmNA/1fN7OIo= Received: by 10.150.49.15 with SMTP id w15mr496458ybw.32.1207236784697; Thu, 03 Apr 2008 08:33:04 -0700 (PDT) Received: by 10.151.13.13 with HTTP; Thu, 3 Apr 2008 08:33:04 -0700 (PDT) Message-ID: Date: Thu, 3 Apr 2008 11:33:04 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: dev@httpd.apache.org Subject: Re: svn commit: r644357 - /httpd/httpd/branches/2.2.x/docs/conf/extra/httpd-dav.conf.in In-Reply-To: <20080403152903.735E71A9832@eris.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080403152903.735E71A9832@eris.apache.org> X-Google-Sender-Auth: a3356add9397cbc1 X-Virus-Checked: Checked by ClamAV on apache.org On Thu, Apr 3, 2008 at 11:29 AM, wrote: > Author: wrowe > Date: Thu Apr 3 08:28:59 2008 > New Revision: 644357 > > URL: http://svn.apache.org/viewvc?rev=644357&view=rev > Log: > Correct broken configuration in 2.2 - this example didn't run out of the box > + AuthDigestProvider file I'll admit I never tested that, but "file" is supposed to be the default for AuthDigestProvider. Why didn't it work before? Joshua.