Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 83086 invoked from network); 11 Feb 2005 15:36:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 11 Feb 2005 15:36:17 -0000 Received: (qmail 31730 invoked by uid 500); 11 Feb 2005 15:36:13 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 31685 invoked by uid 500); 11 Feb 2005 15:36:12 -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: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 31669 invoked by uid 99); 11 Feb 2005 15:36:12 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from scotch.ics.uci.edu (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 11 Feb 2005 07:36:10 -0800 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id j1BFZYXI017771 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO) for ; Fri, 11 Feb 2005 07:35:34 -0800 (PST) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.12.6/8.12.6/Submit) id j1BFZYQf017770 for dev@httpd.apache.org; Fri, 11 Feb 2005 07:35:34 -0800 (PST) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Fri, 11 Feb 2005 07:35:34 -0800 From: Justin Erenkrantz To: dev@httpd.apache.org Subject: Re: [PATCH] Handle conditional requests in mod_dav Message-ID: <20050211153534.GR6083@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , dev@httpd.apache.org References: <200502111404.j1BE4aQa017242@scotch.ics.uci.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200502111404.j1BE4aQa017242@scotch.ics.uci.edu> User-Agent: Mutt/1.5.6i X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.0-r105955 X-Spam-Checker-Version: SpamAssassin 3.1.0-r105955 (2004-11-20) on scotch.ics.uci.edu X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, Feb 11, 2005 at 03:05:01PM +0100, Sander Striker wrote: > The point of this small patch is to allow mod_dav to take an easy > out instead of actually going through the (expensive) delivery > step, in case of a conditional request. Think of cache > validating requests for instance. Makes sense. +1. -- justin