
bugzilla at apache
Jul 12, 2012, 1:33 AM
Post #1 of 1
(66 views)
Permalink
|
|
[Bug 53539] New: content type and character set are changing when the content served from disk_cache becomes 'stale'
|
|
https://issues.apache.org/bugzilla/show_bug.cgi?id=53539 Priority: P2 Bug ID: 53539 Assignee: bugs [at] httpd Summary: content type and character set are changing when the content served from disk_cache becomes 'stale' Severity: normal Classification: Unclassified OS: Linux Reporter: p.beckett [at] uea Hardware: PC Status: NEW Version: 2.4.2 Component: mod_cache Product: Apache httpd-2 The content type and character set are changing when the content is served from a stale disk_cache (due to original source (tomcat) being unavailable). HTTP headers showing changes for same CSS file are listed below. I installed Apache 2.4.2 from source on RHEL6.2. ----------------------- When tomcat available ----------------------- Date Tue, 19 Jun 2012 14:18:40 GMT Age 6 Connection Keep-Alive Content-Length 339 Last-Modified Mon, 18 Jun 2012 15:50:24 GMT Server Web Server ETag W/"339-1340034624000" Content-Type text/css;charset=utf-8 Accept-Ranges bytes Keep-Alive timeout=3, max=99 ----------------------- When tomcat unavailable - from disk_cache ----------------------- Date Tue, 19 Jun 2012 08:48:53 GMT Connection close Content-Length 339 Last-Modified Mon, 18 Jun 2012 15:50:24 GMT Server Apache-Coyote/1.1 ETag W/"339-1340034624000" Warning 111 Revalidation failed Content-Type text/html; charset=iso-8859-1 Accept-Ranges bytes -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe [at] httpd For additional commands, e-mail: bugs-help [at] httpd
|