From 26a6f2987b8727f47d88f9739015d79af1d59bba Mon Sep 17 00:00:00 2001 From: pcs Date: Mon, 9 Jun 1997 14:17:28 +0000 Subject: [PATCH] Add content negotiation known bug 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 | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html b/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html index 68054d4a585..2c9316f06eb 100644 --- a/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html +++ b/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html @@ -19,7 +19,7 @@ The most up-to-date resource for bug tracking and information is the Apache bug database. 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.

See Also: Compatibility notes

@@ -42,6 +42,18 @@ information.

This will be tracked as PR#467. + + +

  • Apache's Content + Negotiation 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 patch + fixes this problem. It also fixes the problem which makes Apache + pick the last equally acceptable variant instead of the first. +

    This will be tracked as + PR#94. +

  • Version 1.2b8

    -- 2.47.2