DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27292>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27292 Problem serving PDF to IE 5.5 ------- Additional Comments From [EMAIL PROTECTED] 2004-03-01 10:39 ------- Seems to be an error handling partial content requests! I found out the difference between Apache 1.3.x and 2.x in handling partial content requests: The client requests the following (Notice the "Range" Header): ============================================================== GET /applications/leben_im_plus/leben_im_plus.pdf HTTP/1.1\r\n Request Method: GET Accept: */*\r\n Accept-Encoding: gzip, deflate\r\n Range: bytes=8192-\r\n Unless-Modified-Since: Fri, 27 Feb 2004 13:51:33 GMT\r\n If-Range: "6fb0-10ca0-403f4b65"\r\n User-Agent: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 4.0)\r\n Host: www2.bpfi.bpp.baypol\r\n Connection: Keep-Alive\r\n \r\n Apache 1.3 answers as follows (Notice the "Content-Range": =========================================================== HTTP/1.1 206 Partial Content\r\n Date: Mon, 01 Mar 2004 10:06:23 GMT\r\n Server: Apache/1.3.26 (Unix) Debian GNU/Linux PHP/4.1.2 mod_ssl/2.8.9 OpenSSL/0.9.6g mod_perl/1.26\r\n Cache-Control: max-age=172800\r\n Expires: Wed, 03 Mar 2004 10:06:23 GMT\r\n Last-Modified: Fri, 27 Feb 2004 13:51:33 GMT\r\n ETag: "6fb0-10ca0-403f4b65"\r\n Accept-Ranges: bytes\r\n Content-Length: 60576\r\n Content-Range: bytes 8192-68767/68768\r\n Keep-Alive: timeout=15, max=100\r\n Connection: Keep-Alive\r\n Content-Type: application/pdf\r\n \r\n Apache 2.0.48 answers with a different "Content-Range": ======================================================== HTTP/1.1 206 Partial Content\r\n Date: Mon, 01 Mar 2004 09:57:21 GMT\r\n Server: Apache/2.0.48 (Linux/SuSE)\r\n Last-Modified: Fri, 27 Feb 2004 13:51:33 GMT\r\n ETag: "8df95-10ca0-cc2de340"\r\n Accept-Ranges: bytes\r\n Content-Length: 60576\r\n Cache-Control: max-age=172800\r\n Expires: Wed, 03 Mar 2004 09:57:21 GMT\r\n Content-Range: bytes 8192-0/68767\r\n Keep-Alive: timeout=15, max=100\r\n Connection: Keep-Alive\r\n Content-Type: application/pdf\r\n \r\n --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]