You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Paul Sutton <pc...@hyperreal.com> on 1997/06/07 14:07:52 UTC

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

pcs         97/06/07 05:07:52

  Modified:    htdocs/manual/misc  known_bugs.html
  Log:
  Document the content-negotiation bug in 1.2 (see PR#94) and link to
  a patch which should fix it.
  
  Revision  Changes    Path
  1.15      +14 -2     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.14
  retrieving revision 1.15
  diff -C3 -r1.14 -r1.15
  *** known_bugs.html	1997/06/04 11:42:57	1.14
  --- known_bugs.html	1997/06/07 12:07:51	1.15
  ***************
  *** 8,14 ****
    <BODY
     BGCOLOR="#FFFFFF"
     TEXT="#000000"
  !  LINK="#0000FF"
     VLINK="#000080"
     ALINK="#FF0000"
    >
  --- 8,14 ----
    <BODY
     BGCOLOR="#FFFFFF"
     TEXT="#000000"
  ! l LINK="#0000FF"
     VLINK="#000080"
     ALINK="#FF0000"
    >
  ***************
  *** 19,25 ****
    <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.  In fact you really
  ! shouldn't trust anything this page says other than maybe the 1.2b8
    information.
    
    <P>See Also: <A HREF="compat_notes.html">Compatibility notes</A></P>
  --- 19,25 ----
    <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.  In fact you really
  ! shouldn't trust anything this page says other than the 1.2
    information.
    
    <P>See Also: <A HREF="compat_notes.html">Compatibility notes</A></P>
  ***************
  *** 41,46 ****
  --- 41,58 ----
        source file <code>conf.h</code> for your architecture.
        <p>This will be tracked as
        <a href="http://www.apache.org/bugdb.cgi/full/467">PR#467</a>.
  +     </LI>
  + 
  +     <a name="cnegbug"></a>
  +     <LI>Apache's <A HREF="../content-negotiation.html">Content
  +     Negotiation</A> should pick the smallest variant if there
  +     are several that are equally acceptable. A bug in 1.2 means it no
  +     longer does this unless all the variants have character sets. 
  +     This <A HREF="../../dist/contrib/patches/1.2/conneg-bug.patch">patch</A>
  +     fixes this problem. It also fixes the problem which makes Apache
  +     pick the last equally acceptable variant instead of the first.
  +     <p>This will be tracked as
  +     <a href="http://www.apache.org/bugdb.cgi/full/94">PR#94</a>.
        </LI>
    </OL>