brian 98/05/19 18:22:53
Modified: htdocs/manual/misc known_client_problems.html Log: PR: 2066 Submitted by: Ronald Tschalaer <[EMAIL PROTECTED]> Added note about JDK 1.2 betas having HTTP problems. Thanks Ronald. Revision Changes Path 1.11 +20 -0 apache-1.3/htdocs/manual/misc/known_client_problems.html Index: known_client_problems.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/misc/known_client_problems.html,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- known_client_problems.html 1998/02/07 12:07:08 1.10 +++ known_client_problems.html 1998/05/20 01:22:52 1.11 @@ -216,6 +216,26 @@ <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>
