]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fixed the problem on NetWare when accessing an empty directory which
authorBradley Nicholes <bnicholes@apache.org>
Wed, 2 Jan 2002 22:56:11 +0000 (22:56 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 2 Jan 2002 22:56:11 +0000 (22:56 +0000)
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

src/CHANGES

index 82c6f0ea9792f588e5a3c1209c8a10c008afd56f..7d91c1ff096e10b0720897fdbc4197e4c719c1cc 100644 (file)
@@ -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 <gk@gknw.de>]
+
   *) 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]