]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add content negotiation known bug
authorpcs <pcs@unknown>
Mon, 9 Jun 1997 14:17:28 +0000 (14:17 +0000)
committerpcs <pcs@unknown>
Mon, 9 Jun 1997 14:17:28 +0000 (14:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78270 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/htdocs/manual/misc/known_bugs.html

index 68054d4a585fd2d64dce1ce40a277277edbeccb3..2c9316f06ebbc7a70501522b12059bccaa5d0ffa 100644 (file)
@@ -19,7 +19,7 @@ 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.  In fact you really
-shouldn't trust anything this page says other than maybe the 1.2b8
+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>
@@ -42,6 +42,18 @@ information.
     <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>
 
 <H2>Version 1.2b8</H2>