https://bugzilla.wikimedia.org/show_bug.cgi?id=54195
Faidon Liambotis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|PATCH_TO_REVIEW |NEW --- Comment #14 from Faidon Liambotis <[email protected]> --- The fix had the intended effect but I still see those URLs (without returnto this time) not being cached at all. It seems MediaWiki emits "Cache-control: private, must-revalidate, max-age=0" and "Expires: Thu, 01 Jan 1970 00:00:00 GMT"; a request/response sample would be: GET /wiki/Special:CentralAutoLogin/start?type=script HTTP/1.0 Host: zh.wikipedia.org Accept: */* User-Agent: (...) Accept-Encoding: gzip,deflate,sdch Accept-Language: zh-CN,zh;q=0.8 Via: 1.0 cp1015.eqiad.wmnet:3128 (squid/2.7.STABLE9) X-Forwarded-For: (...) Connection: keep-alive HTTP/1.1 302 Found Date: Fri, 18 Oct 2013 00:35:12 GMT Server: Apache X-Powered-By: PHP/5.3.10-1ubuntu3.8+wmf2 X-Content-Type-Options: nosniff Cache-control: private, must-revalidate, max-age=0 Vary: Accept-Encoding,X-Forwarded-Proto,Cookie X-Vary-Options: Accept-Encoding;list-contains=gzip,X-Forwarded-Proto,Cookie;string-contains=zhwikiToken;string-contains=zhwikiLoggedOut;string-contains=forceHTTPS;string-contains=zhwikiSession;string-contains=centralauth_Token;string-contains=centralauth_Session;string-contains=centralauth_LoggedOut;string-contains=mf_useformat;string-contains=stopMobileRedirect Expires: Thu, 01 Jan 1970 00:00:00 GMT Location: http://zh.wikipedia.org/w/index.php?title=Special:%E4%B8%AD%E5%A4%AE%E8%AE%A4%E8%AF%81%E7%99%BB%E5%BD%95/start&type=script Content-Encoding: gzip Content-Length: 20 Keep-Alive: timeout=2, max=147 Connection: Keep-Alive Content-Type: text/html; charset=utf-8 -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
