]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
document no-content-length and gif89-expires
authordgaudet <dgaudet@unknown>
Thu, 22 Jan 1998 20:37:48 +0000 (20:37 +0000)
committerdgaudet <dgaudet@unknown>
Thu, 22 Jan 1998 20:37:48 +0000 (20:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79954 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/known_client_problems.html

index 2910924bad5be0f787dc8ab3094bd0dc2c2b977a..6676361a7ad92be9547946c94718a921c0de221b 100644 (file)
@@ -194,6 +194,25 @@ that support Cookies don't like merged headers and prefer that each
 headers returned by a CGI, Apache will explicitly avoid merging any
 <code>Set-Cookie</code> headers.
 
+<a name="gif89-expires"><h3><code>Expires</code> headers and GIF89A animations</h3></a>
+
+<p>Navigator versions 2 through 4 will erroneously re-request
+GIF89A animations on each loop of the animation if the first
+response included an <code>Expires</code> header.  This happens
+regardless of how far in the future the expiry time is set.  There
+is no workaround supplied with Apache, however there are hacks for <a
+href="http://www.arctic.org/~dgaudet/patches/apache-1.2-gif89-expires-hack.patch">1.2</a>
+and for <a
+href="http://www.arctic.org/~dgaudet/patches/apache-1.3-gif89-expires-hack.patch">1.3</a>.
+
+<a name="no-content-length"><h3><code>POST</code> without <code>Content-Length</code></h3></a>
+
+<p>In certain situations Navigator 3 appears to incorrectly
+issue a POST without the request body.  There is no
+known workaround.  There's a little more information <a
+href="http://www.arctic.org/~dgaudet/apache/no-content-length/">
+available</a>.
+
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>