From d742f3304a8c1b98a83779190166dcdcafadd562 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Tue, 22 Apr 1997 03:01:25 +0000 Subject: [PATCH] Tweak the wording about the JDK 1.0.2 problem slightly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77970 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/FAQ.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 76dde520e4..af663f752e 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -8,7 +8,7 @@

Apache Server Frequently Asked Questions

-$Revision: 1.36 $ ($Date: 1997/04/22 02:55:43 $) +$Revision: 1.37 $ ($Date: 1997/04/22 03:01:25 $)

If you are reading a text-only version of this FAQ, you may find numbers @@ -864,7 +864,9 @@ do not appear, and are not needed, for the hypertext version. processing a request. Unfortunately, the Java Development Kit (JDK) version 1.0.2 URL methods (URLConnection and friends) expect to see the version string "HTTP/1.0" and do not correctly interpret - the "HTTP/1.1" value Apache is sending. The result is that + the "HTTP/1.1" value Apache is sending (this part of the + response is a declaration of what the server can do rather than a + declaration of the dialect of the response). The result is that the JDK methods do not correctly parse the headers, and include them with the document content by mistake.

-- 2.40.0