https://bugzilla.wikimedia.org/show_bug.cgi?id=44626
Bawolff (Brian Wolff) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #5 from Bawolff (Brian Wolff) <[email protected]> --- (In reply to DaSch from comment #3) > Okay, somehow reloading the page helps. Does the edit page have any cache > information? I'm using CloudFlare so maybe this is cached wrong. The edit > pages should have some no cache meta data I think. Edit pages should be uncached. However the header on your page shows: Cache-Control: public, max-age=14400 Which is very wrong (My copy of mediawiki outputs Cache-Control: private, must-revalidate, max-age=0). Perhaps something misconfigured with either your server or your caching proxy (Perhaps your caching proxy sees a file ending in .jpg with no ? in the url, and thinks its a static file ignoring the caching headers. Maybe don't use $wgActionPaths for edit. Anyhow, look at the docs for your caching proxy). Anyhow, this does not appear to be a mediawiki issue, but a configuration issue with the other programs hosting your website. On that basis I'm closing as invalid. If you can reproduce bare mediawiki outputting wrong headers, please re-open. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
