]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Corrected BrowserMatch settings for JDK 1.0.2 workaround.
authorKen Coar <coar@apache.org>
Mon, 19 May 1997 21:10:22 +0000 (21:10 +0000)
committerKen Coar <coar@apache.org>
Mon, 19 May 1997 21:10:22 +0000 (21:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78160 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 9c80c89a270f6629e1648f9be28bbe26f66d04d1..99076baade98afde70e279b20db01600d868b1f1 100644 (file)
@@ -8,7 +8,7 @@
   <!--#include virtual="header.html" -->
   <H1>Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.58 $ ($Date: 1997/05/14 11:13:56 $)
+  $Revision: 1.59 $ ($Date: 1997/05/19 21:10:22 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   adding the following lines to their configuration files:
   </P>
   <DL>
-   <DD><CODE>BrowserMatch&nbsp;HotJava/1.&nbsp;force-response-1.0
-    <BR>
-    BrowserMatch&nbsp;Java1.&nbsp;force-response-1.0</CODE>
+   <DD>BrowserMatch&nbsp;Java1.0&nbsp;force-response-1.0</CODE>
    </DD>
   </DL>
   <HR>