Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 70961 invoked from network); 23 Aug 2007 23:35:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Aug 2007 23:35:18 -0000 Received: (qmail 53403 invoked by uid 500); 23 Aug 2007 23:35:13 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 53345 invoked by uid 500); 23 Aug 2007 23:35:13 -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 53334 invoked by uid 99); 23 Aug 2007 23:35:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Aug 2007 16:35:13 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.39] (HELO smtpauth14.prod.mesa1.secureserver.net) (64.202.165.39) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 23 Aug 2007 23:35:48 +0000 Received: (qmail 10226 invoked from network); 23 Aug 2007 23:34:43 -0000 Received: from unknown (24.15.193.17) by smtpauth14.prod.mesa1.secureserver.net (64.202.165.39) with ESMTP; 23 Aug 2007 23:34:43 -0000 Message-ID: <46CE1991.6040602@rowe-clan.net> Date: Thu, 23 Aug 2007 18:34:41 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: How did mod_authz_owner... Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org ...hit trunk/ while it's still performing a redundant stat() call, if APR_FINFO_USER/GROUP is already in the request_rec stat.valid bits? And why wouldn't it flush out the existing stat structure for this r->filename, instead of keeping a private copy? Bill