Received: by taz.hyperreal.com (8.8.3/V2.0) id QAA20012; Sat, 11 Jan 1997 16:40:32 -0800 (PST) Received: by taz.hyperreal.com (8.8.3/V2.0) id QAA20002; Sat, 11 Jan 1997 16:40:25 -0800 (PST) Date: Sat, 11 Jan 1997 16:40:25 -0800 (PST) From: Randy Terbush Message-Id: <199701120040.QAA20002@taz.hyperreal.com> To: apache-cvs@hyperreal.com Subject: cvs commit: apache/src http_request.c Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com randy 97/01/11 16:40:23 Branch: src RELEASE_1_1_X Modified: src http_request.c Log: Fix a problem in get_path_info() which would allow a very long URL with many '/' characters to convince the server to return an index for the DocumentRoot. Properly check errno for stat(). Reviewed by: Randy Terbush, Ben Laurie Submitted by: Marc Slemko Revision Changes Path 1.11.2.1 +16 -4 apache/src/http_request.c