Return-Path: Delivered-To: apmail-new-httpd-archive@apache.org Received: (qmail 83091 invoked by uid 500); 3 Oct 2000 15:12:35 -0000 Mailing-List: contact new-httpd-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list new-httpd@apache.org Received: (qmail 83076 invoked from network); 3 Oct 2000 15:12:33 -0000 Errors-To: From: "William A. Rowe, Jr." To: Subject: RE: cvs commit: apache-2.0/src/modules/standard mod_file_cache.c Date: Tue, 3 Oct 2000 10:12:27 -0500 Message-ID: <001501c02d4c$5a1e1820$92c0b0d0@roweclan.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 In-Reply-To: <20001003150527.81240.qmail@locus.apache.org> Importance: Normal X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Good point, and thanks Jeff! > trawick 00/10/03 08:05:27 > > Modified: src/modules/standard mod_file_cache.c > Log: > The previous commit pointed out an unfortunate problem with the > ap_os_case_canonical_filename() interface: It returns const char * on > platforms where no mapping is ever performed but char * on platforms > where mapping can occur. Such a discrepancy seems to be a good choice, > as no platform is penalized with extra pathlength.