[wp-trac] [WordPress Trac] #22258: nocache_headers fail to prevent aggressive caching in Chrome
WordPress Trac
noreply at wordpress.org
Thu Dec 20 03:01:51 UTC 2012
#22258: nocache_headers fail to prevent aggressive caching in Chrome
--------------------------------+-----------------------
Reporter: andy | Owner: nacin
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: 3.5
Component: General | Version: 3.5
Severity: normal | Resolution:
Keywords: commit needs-patch |
--------------------------------+-----------------------
Changes (by slene):
* cc: slene (added)
* keywords: has-patch commit => commit needs-patch
* status: closed => reopened
* resolution: fixed =>
Comment:
In php5.2 the Last-Modified header always blank !!!
A response with a blank Last-Modified header will be set to "Thu, 01 Jan
1970 00:00:00 GMT" in some server. The browser will be always send a If-
Modified-Since header "Thu, 01 Jan 1970 00:00:00 GMT". and the server
response a 304 status code. Make the browser can not refresh cache.
sorry my bad english...
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22258#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list