]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
PR: 2066
authorbrian <brian@unknown>
Wed, 20 May 1998 01:22:52 +0000 (01:22 +0000)
committerbrian <brian@unknown>
Wed, 20 May 1998 01:22:52 +0000 (01:22 +0000)
Submitted by: Ronald Tschalaer <Ronald.Tschalaer@psi.ch>

Added note about JDK 1.2 betas having HTTP problems.  Thanks Ronald.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81308 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/known_client_problems.html

index 7bfafaa7ad4fbdedbffb1de865f2dcae34be09c3..729d88abe7247823711ee8e19a2262a02355828e 100644 (file)
@@ -216,6 +216,26 @@ There's also
 <A HREF="http://www.arctic.org/~dgaudet/apache/no-content-length/">
 some information</A> about the actual problem.
 
+<H3><A name="jdk-12-bugs">JDK 1.2 betas lose parts of responses.</A></H3>
+
+<P>The http client in the JDK1.2beta2 and beta3 will throw away the first part of
+the response body when both the headers and the first part of the body are sent
+in the same network packet AND keep-alive's are being used. If either condition
+is not met then it works fine.
+
+<P>See also Bug-ID's 4124329 and 4125538 at the java developer connection.
+
+<P>If you are seeing this bug yourself, you can add the following BrowserMatch
+directive to work around it:
+
+<BLOCKQUOTE><CODE>
+BrowserMatch "Java1\.2beta[23]" nokeepalive
+</CODE></BLOCKQUOTE>
+
+<P>We don't advocate this though since bending over backwards for beta software
+is usually not a good idea; ideally it gets fixed, new betas or a final release
+comes out, and no one uses the broken old software anymore.  In theory.
+
 <!--#include virtual="footer.html" -->
 </BODY>
 </HTML>