From: Marc Slemko
- $Revision: 1.65 $ ($Date: 1997/06/09 15:30:02 $)
+ $Revision: 1.66 $ ($Date: 1997/06/10 16:04:43 $)
The latest version of this FAQ is always available from the main
@@ -1000,7 +1000,7 @@
Apache Server Frequently Asked Questions
-
BrowserMatch Java/1.0 force-response-1.0
+ BrowserMatch Java1.0 force-response-1.0
- The Java Development Kit (JDK) libraries versions 1.0.2 and 1.1 do not - correctly interpret the "HTTP/1.1" response - header that Apache 1.2 sends. Instead, if they don't see an exact - match for "HTTP/1.0", they assume the headers - are part of the document content. -
-- This is a known problem, and it has been reported to Sun's JavaSoft - unit. In the meantime, Apache 1.2 servers can work around this by - adding the following lines to their configuration files: -
-BrowserMatch Java1.0 force-response-1.0
-