From bugs-return-29052-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Mon Jan 07 16:44:34 2008 Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 92998 invoked from network); 7 Jan 2008 16:44:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jan 2008 16:44:34 -0000 Received: (qmail 60021 invoked by uid 500); 7 Jan 2008 16:44:23 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 59977 invoked by uid 500); 7 Jan 2008 16:44:22 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 59963 invoked by uid 99); 7 Jan 2008 16:44:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 08:44:22 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Jan 2008 16:43:56 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id B4077714211; Mon, 7 Jan 2008 08:44:01 -0800 (PST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 14678] - error in combination of SSL, keep-alive and chunked In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20080107164401.B4077714211@brutus.apache.org> Date: Mon, 7 Jan 2008 08:44:01 -0800 (PST) X-Virus-Checked: Checked by ClamAV on apache.org DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=14678 ------- Additional Comments From m.zinna@bravosolution.com 2008-01-07 08:44 ------- I have just encountered a similar problem. I have this setup: +--------+ +---------------+ +-------------------+ | client |--- HTTPS-->| apache 2.0.59 |---HTTP-->| JBoss App Server | +--------+ +---------------+ +-------------------+ (Firefox) (mod_ssl + mod_jk) When browser invokes GET Method on resources provided by the application server (dynamic javascript in our case), the received response is as expected "HTTP/1.1 200 OK" with the correct body. Following GETs on the same resource produce 304 status code. Reproducibly often but not always the response contains some data. For some reason this gets interpretted as a 200 (as shown by the headers) and the browser displays in error console the following lines (it's a javascript resource) : Error: missing ; before statement Source File: ...... Line: 4, Column: 9 Source Code: HTTP/1.1 304 Not Modified As reported in "https://bugzilla.mozilla.org/show_bug.cgi?id=364556" this seems due to some additional characters into body (something like "0\r\n\r\n0\r\n\r\n" ?). Using Firefox, the loaded resources and browser memory cache are corrupted. Ie6+ seems not to suffer the same problem, it seems to ignore the body when the return status is 304. Unfortunately this problem occurs on daily basis on our servers, thus limiting the use of our https services for firefox browser. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org