From ed45f394b7d752a3be49d67e41d98a9022ae05f6 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Mon, 19 May 1997 21:10:22 +0000 Subject: [PATCH] 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 --- docs/manual/misc/FAQ.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 9c80c89a27..99076baade 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.58 $ ($Date: 1997/05/14 11:13:56 $) + $Revision: 1.59 $ ($Date: 1997/05/19 21:10:22 $)

The latest version of this FAQ is always available from the main @@ -1363,9 +1363,7 @@ adding the following lines to their configuration files:

-
BrowserMatch HotJava/1. force-response-1.0 -
- BrowserMatch Java1. force-response-1.0
+
BrowserMatch Java1.0 force-response-1.0

-- 2.50.1