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

1998-01-22 Thread dgaudet
dgaudet 98/01/22 13:09:43

  Modified:htdocs/manual/misc known_client_problems.html
  Log:
  yay netscape has fixed a bug
  
  Revision  ChangesPath
  1.6   +7 -4  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.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- known_client_problems.html1998/01/22 20:37:48 1.5
  +++ known_client_problems.html1998/01/22 21:09:42 1.6
  @@ -207,11 +207,14 @@
   
   POST without 
Content-Length
   
  -In certain situations Navigator 3 appears to incorrectly
  +In certain situations Navigator 3.01 through 3.03 appear to incorrectly
   issue a POST without the request body.  There is no
  -known workaround.  There's a little more information http://www.arctic.org/~dgaudet/apache/no-content-length/";>
  -available.
  +known workaround.  It has been fixed in Navigator 3.04, Netscapes
  +provides some
  +http://help.netscape.com/kb/client/971014-42.html";>information.
  +There's also
  +http://www.arctic.org/~dgaudet/apache/no-content-length/";>
  +some information about the actual problem.
   
   
   
  
  
  


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

1998-01-22 Thread dgaudet
dgaudet 98/01/22 12:37:49

  Modified:htdocs/manual/misc known_client_problems.html
  Log:
  document no-content-length and gif89-expires
  
  Revision  ChangesPath
  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.html1997/12/21 08:18:13 1.4
  +++ known_client_problems.html1998/01/22 20:37:48 1.5
  @@ -194,6 +194,25 @@
   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 http://www.arctic.org/~dgaudet/patches/apache-1.2-gif89-expires-hack.patch";>1.2
  +and for http://www.arctic.org/~dgaudet/patches/apache-1.3-gif89-expires-hack.patch";>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 http://www.arctic.org/~dgaudet/apache/no-content-length/";>
  +available.
  +