]> granicus.if.org Git - apache/commitdiff
Tweak the wording about the JDK 1.0.2 problem slightly.
authordgaudet <dgaudet@unknown>
Tue, 22 Apr 1997 03:01:25 +0000 (03:01 +0000)
committerdgaudet <dgaudet@unknown>
Tue, 22 Apr 1997 03:01:25 +0000 (03:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77970 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html

index 76dde520e4083ce16dc2b456f14792b5947f7f32..af663f752e217c59e85794433a92aec647c28fcc 100644 (file)
@@ -8,7 +8,7 @@
 <!--#include virtual="header.html" -->
 <H1>Apache Server Frequently Asked Questions</H1>
 <P>
-$Revision: 1.36 $ ($Date: 1997/04/22 02:55:43 $)
+$Revision: 1.37 $ ($Date: 1997/04/22 03:01:25 $)
 </P>
 <P>
 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 &quot;HTTP/1.0&quot; and do not correctly interpret
-  the &quot;HTTP/1.1&quot; value Apache is sending.  The result is that
+  the &quot;HTTP/1.1&quot; 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.
   </P>