From: dgaudet Date: Fri, 22 Jan 1999 18:04:11 +0000 (+0000) Subject: add some recent bugs X-Git-Tag: 1.3.5~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84f72e7c2c6ae9f8f6a90fbe26f558d7d6a743ce;p=apache add some recent bugs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82692 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html index aee18cf9c3..d1ae502bdd 100644 --- a/docs/manual/misc/known_client_problems.html +++ b/docs/manual/misc/known_client_problems.html @@ -260,6 +260,25 @@ After the admin fixes the server, the user will have to flush their caches before the object will be shown with the correct text/html type. +

MSIE Cookie problem with expiry date in +the year 2000

+ +

MSIE versions 3.00 and 3.02 (without the Y2K patch) do not handle +cookie expiry dates in the year 2000 properly. Years after 2000 and +before 2000 work fine. This is fixed in IE4.01 service pack 1, and in +the Y2K patch for IE3.02. Users should avoid using expiry dates in the +year 2000. + +

Lynx incorrectly asking for transparent +content negotiation

+ +

The Lynx browser versions 2.7 and 2.8 send a "negotiate: trans" header +in their requests, which is an indication the browser supports transparent +content negotiation (TCN). However the browser does not support TCN. +As of version 1.3.4, Apache supports TCN, and this causes problems with +these versions of Lynx. As a workaround future versions of Apache will +ignore this header when sent by the Lynx client. +