summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1998-02-07 12:07:08 +0000
committerdgaudet <dgaudet@unknown>1998-02-07 12:07:08 +0000
commit72017a3811173b84903b7bd71f2ed870c0c5e688 (patch)
tree611812d4884ccb4248c01f4b73b3539b5a2b7995
parentc092f3a741c85dc227727a024c027c6a22685490 (diff)
downloadhttpd-72017a3811173b84903b7bd71f2ed870c0c5e688.tar.gz
Add all the BrowserMatch directives mentioned on the known_client_problems
page. Submitted by: Lars Eilebrecht Reviewed by: Dean Gaudet git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80155 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/misc/known_client_problems.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/misc/known_client_problems.html b/docs/manual/misc/known_client_problems.html
index e06b4f10fe..7bfafaa7ad 100644
--- a/docs/manual/misc/known_client_problems.html
+++ b/docs/manual/misc/known_client_problems.html
@@ -100,7 +100,7 @@ but will not in any other way change the response.
of the early pre-releases of the 1.1 JDK. We think it is fixed in the
1.1 JDK release. In any event the workaround:
<BLOCKQUOTE><CODE>
-BrowserMatch Java1.0 force-response-1.0 <BR>
+BrowserMatch Java/1.0 force-response-1.0 <BR>
BrowserMatch JDK/1.0 force-response-1.0
</CODE></BLOCKQUOTE>