From: Bradley Nicholes Date: Wed, 2 Jan 2002 22:56:11 +0000 (+0000) Subject: Fixed the problem on NetWare when accessing an empty directory which X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e35ae1482b7ce95e9710e962aa891da58803dc17;p=thirdparty%2Fapache%2Fhttpd.git Fixed the problem on NetWare when accessing an empty directory which has option indexes specified produces an access forbidden message. Submitted by: Charles Goldman, Guenter Knauf git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@92709 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/CHANGES b/src/CHANGES index 82c6f0ea979..7d91c1ff096 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 1.3.23 + *) NetWare: Fixed the access forbidden problem when requesting an + empty directory rather than showing the empty listing. + [Charles Goldman, Guenter Knauf ] + *) Cause Win32 to capture all child-worker process errors in Apache to the main server error log, until the child can open it's own error logs. [William Rowe]