Commit dc61cd1a authored by Ken Coar's avatar Ken Coar
Browse files

Corrected BrowserMatch settings for JDK 1.0.2 workaround.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78160 13f79535-47bb-0310-9956-ffa450edef68
parent 234685c8
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -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
@@ -1363,9 +1363,7 @@
  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>