summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1999-04-20 20:00:39 +0000
committerdgaudet <dgaudet@unknown>1999-04-20 20:00:39 +0000
commit6f16aa6b59e2033ef83f787838fab19e7e681b0b (patch)
tree9e013ee3bdb185ecf6a806d7f5415a4ee027d1c9
parent3093e0ce22ef255198b5de6aaa17dcae728853db (diff)
downloadhttpd-6f16aa6b59e2033ef83f787838fab19e7e681b0b.tar.gz
ie40 screws up vary
PR: 4118 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83074 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/misc/known_client_problems.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html
index d1ae502bdd..ee2a794e81 100644
--- a/docs/manual/misc/known_client_problems.html
+++ b/docs/manual/misc/known_client_problems.html
@@ -279,6 +279,13 @@ 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.
+<h3><a name="ie40-vary">MSIE 4.0 mishandles Vary response header</a></h3>
+
+<p>MSIE 4.0 does not handle a Vary header properly. The Vary header is
+generated by mod_rewrite in apache 1.3. The result is an error from MSIE
+saying it cannot download the requested file. There are more details
+in <a href="http://bugs.apache.org/index/full/4118">PR#4118</a>.
+
<!--#include virtual="footer.html" -->
</BODY>
</HTML>