https://bugzilla.wikimedia.org/show_bug.cgi?id=50309
--- Comment #11 from Matthew Flaschen <[email protected]> --- (In reply to comment #10) > I've been asked several times on IRC about this problem, and the above > procedure always fixed the problem reliably. So to me, it's not a problem > of the old or the new gerrit, it's just a problem of the user's browser > caches. If it's simply static content (JS/CSS), that can be solved with either an appropriate cache duration, or unique static content filenames for every Gerrit version (or perhaps every JS/CSS minification) If it's cookies/localStorage/etc., those can be versioned. If Gerrit sees an old cookie or localStorage, it should simply delete it and do the normal empty cache behavior. Asking people (only those who found this Bugzilla bug) to clear their cache manually is a temporary workaround, not an permanent solution. -- 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
