]> granicus.if.org Git - apache/commitdiff
add some recent bugs
authordgaudet <dgaudet@unknown>
Fri, 22 Jan 1999 18:04:11 +0000 (18:04 +0000)
committerdgaudet <dgaudet@unknown>
Fri, 22 Jan 1999 18:04:11 +0000 (18:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@82692 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/known_client_problems.html

index aee18cf9c3bfe370ba0420f4d3cf62efd3d003eb..d1ae502bdde0784652f16e7a8657495eaef0f1a4 100644 (file)
@@ -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 <CODE>text/html</CODE>
 type.
 
+<h3><a name="msie-cookie-y2k">MSIE Cookie problem with expiry date in
+the year 2000</a></h3>
+
+<p>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.
+
+<h3><a name="lynx-negotiate-trans">Lynx incorrectly asking for transparent
+content negotiation</a></h3>
+
+<p>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.
+
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>