You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2002/01/02 23:56:12 UTC

cvs commit: apache-1.3/src CHANGES

bnicholes    02/01/02 14:56:12

  Modified:    src      CHANGES
  Log:
  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
  
  Revision  Changes    Path
  1.1748    +4 -0      apache-1.3/src/CHANGES
  
  Index: CHANGES
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/CHANGES,v
  retrieving revision 1.1747
  retrieving revision 1.1748
  diff -u -r1.1747 -r1.1748
  --- CHANGES	21 Dec 2001 00:51:43 -0000	1.1747
  +++ CHANGES	2 Jan 2002 22:56:11 -0000	1.1748
  @@ -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]