Return-Path: Delivered-To: apmail-apache-bugdb-archive@apache.org Received: (qmail 33773 invoked by uid 500); 9 Feb 2002 08:00:01 -0000 Mailing-List: contact apache-bugdb-help@apache.org; run by ezmlm Precedence: bulk Reply-To: apache-bugdb@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-bugdb@apache.org Received: (qmail 33752 invoked by uid 501); 9 Feb 2002 08:00:00 -0000 Date: 9 Feb 2002 08:00:00 -0000 Message-ID: <20020209080000.33751.qmail@apache.org> To: apache-bugdb@apache.org Cc: apache-bugdb@apache.org, From: "JunkMail" Subject: Re: mod_dir/9775: last character of each directory and file is stripped Reply-To: "JunkMail" The following reply was made to PR mod_dir/9775; it has been noted by GNATS. From: "JunkMail" To: , Cc: Subject: Re: mod_dir/9775: last character of each directory and file is stripped Date: Sat, 9 Feb 2002 00:00:40 -0800 As close as I can tell in AP_DECLARE(int) ap_process_request_internal(request_rec *r) at line 175 of 1715 of server/request.c there is a call to ap_run_map_to_storage(). I can't go much further, cause it looks internal to a library you sent with the distro or something. if ((access_status = ap_run_map_to_storage(r))) { /* This request wasn't in storage (e.g. TRACE) */ return access_status; } At this point r->filename gets mangled. Here is a snapshot of what is happening right before and after the call. [Fri Feb 08 23:43:41 2002] [error] [client 192.168.0.254] r->filename: /web01/blb/html/ [Fri Feb 08 23:43:41 2002] [error] [client 192.168.0.254] r->filename: /web0/bl/htm/ [Fri Feb 08 23:43:41 2002] [error] [client 192.168.0.254] r->filename: /web01/blb/html/index.html [Fri Feb 08 23:43:41 2002] [error] [client 192.168.0.254] r->filename: /web0/bl/htm/index.htm [Fri Feb 08 23:43:41 2002] [error] [client 192.168.0.254] r->filename: /web01/blb/html/index.html [Fri Feb 08 23:43:41 2002] [error] [client 192.168.0.254] r->filename: /web0/bl/htm/index.htm If there is more I can do, let me know. -Dan ----- Original Message ----- From: To: Sent: Friday, February 08, 2002 10:20 PM Subject: Re: mod_dir/9775: last character of each directory and file is stripped > Thank you very much for your problem report. > It has the internal identification `mod_dir/9775'. > The individual assigned to look at your > report is: apache. > > >Category: mod_dir > >Responsible: apache > >Synopsis: last character of each directory and file is stripped > >Arrival-Date: Fri Feb 08 22:20:00 PST 2002 > >