DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=14678>. 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 [EMAIL PROTECTED] 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: ...<uri of the resource>... 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
