https://bugzilla.wikimedia.org/show_bug.cgi?id=37752
Patrick Reilly <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |High Status|NEW |RESOLVED Resolution| |FIXED Severity|normal |major --- Comment #1 from Patrick Reilly <[email protected]> 2012-06-20 18:24:58 UTC --- /* FIXME: deploy X-Vary-Options support */ set req.http.X-Orig-Cookie = req.http.Cookie; - if(req.http.Cookie ~ "disable" || req.http.Cookie ~ "optin" || req.http.Cookie ~ "session") { + if(req.http.Cookie ~ "disable" || req.http.Cookie ~ "optin") { /* Do nothing; these are the cookies we pass. * this is a hack in the absence of X-V-O support */ This is fixed now with: https://gerrit.wikimedia.org/r/12206 We need to find a better way to do this without proper X-V-O support in Varnish. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
