You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/01/22 21:37:49 UTC

cvs commit: apachen/htdocs/manual/misc known_client_problems.html

dgaudet     98/01/22 12:37:49

  Modified:    htdocs/manual/misc known_client_problems.html
  Log:
  document no-content-length and gif89-expires
  
  Revision  Changes    Path
  1.5       +19 -0     apachen/htdocs/manual/misc/known_client_problems.html
  
  Index: known_client_problems.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/misc/known_client_problems.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- known_client_problems.html	1997/12/21 08:18:13	1.4
  +++ known_client_problems.html	1998/01/22 20:37:48	1.5
  @@ -194,6 +194,25 @@
   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>