dgaudet 99/01/22 10:04:11
Modified: htdocs/manual/misc known_client_problems.html Log: add some recent bugs Revision Changes Path 1.15 +19 -0 apache-1.3/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/known_client_problems.html,v retrieving revision 1.14 retrieving revision 1.15 diff -u -r1.14 -r1.15 --- known_client_problems.html 1998/09/17 12:33:02 1.14 +++ known_client_problems.html 1999/01/22 18:04:11 1.15 @@ -260,6 +260,25 @@ 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>