You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Brian Behlendorf <br...@hyperreal.com> on 1996/12/01 22:01:58 UTC

cvs commit: apache/htdocs/manual/misc known_bugs.html

brian       96/12/01 13:01:58

  Modified:    htdocs/manual/misc  known_bugs.html
  Log:
  Added text regarding 1.2 known bugs.
  
  Revision  Changes    Path
  1.3       +25 -3     apache/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** known_bugs.html	1996/11/21 09:55:49	1.2
  --- known_bugs.html	1996/12/01 21:01:56	1.3
  ***************
  *** 6,17 ****
    
    <BODY>
    <!--#include virtual="header.html" -->
  ! <H1 ALIGN="CENTER">
  ! Known bugs/problems with the<BR>Apache HTTP Server</H1>
    
    <P>See Also: <A HREF="compat_notes.html">Compatibility notes</A></P>
    <HR>
    
    <H2>Version 1.1.1</H2>
    
    <OL>
  --- 6,39 ----
    
    <BODY>
    <!--#include virtual="header.html" -->
  ! <H1>Known Bugs in Apache</H1>
  ! 
  ! The most up-to-date resource for bug tracking and information is the
  ! <A HREF="http://www.apache.org/bugdb.cgi">Apache bug database</A>.
  ! All existing bugs will be noted there.  Below is a synopsis of
  ! significant outstanding bugs at release time.
    
    <P>See Also: <A HREF="compat_notes.html">Compatibility notes</A></P>
    <HR>
    
  + <H2>Version 1.2</H2>
  + 
  + <OL>
  + 	<LI>hard_timeout() for request reads uses incorrect logic, and
  + ends up waiting for an initial request read for the default "timeout"
  + number of seconds, 1200, yet only the "KeepAliveTimeout" number of
  + seconds on keepalive connections.  
  + 
  + 	<LI>mod_info output is not displaying current configuration as
  + it should.
  + 
  + 	<LI>Invalid commands in .htaccess files may cause segmentation faults.
  + 
  + 	<LI>There may still be compilation problem with http_bprintf.c on AIX - if
  + someone can confirm/deny this it would be appreciated.
  + 
  + </OL>
  + 
    <H2>Version 1.1.1</H2>
    
    <OL>
  ***************
  *** 24,30 ****
    "allow from 2.2.2" it will allow 1.1.1.1 in (unless -DMAXIMUM_DNS).
    -- which is bad because it breaks people who understand double reverse
    lookup and are trying to avoid it by using only ip addresses on
  ! allow/deny statements. - reported by Dean Gaudet
    
    </OL>
    
  --- 46,52 ----
    "allow from 2.2.2" it will allow 1.1.1.1 in (unless -DMAXIMUM_DNS).
    -- which is bad because it breaks people who understand double reverse
    lookup and are trying to avoid it by using only ip addresses on
  ! allow/deny statements. - reported by Dean Gaudet, fixed in 1.2.
    
    </OL>