From: dgaudet Date: Thu, 22 Jan 1998 20:37:48 +0000 (+0000) Subject: document no-content-length and gif89-expires X-Git-Tag: APACHE_1_3b5~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b763433e245bf275804666e30f23039420833d74;p=thirdparty%2Fapache%2Fhttpd.git document no-content-length and gif89-expires git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79954 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html index 2910924bad5..6676361a7ad 100644 --- a/docs/manual/misc/known_client_problems.html +++ b/docs/manual/misc/known_client_problems.html @@ -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 Set-Cookie headers. +

Expires headers and GIF89A animations

+ +

Navigator versions 2 through 4 will erroneously re-request +GIF89A animations on each loop of the animation if the first +response included an Expires 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 1.2 +and for 1.3. + +

POST without Content-Length

+ +

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 +available. +