https://bugzilla.wikimedia.org/show_bug.cgi?id=20040

--- Comment #2 from Derk-Jan Hartman <hart...@videolan.org> 2010-03-13 01:06:17 
CET ---
In function ajax() of CategoryTree/CategoryTreeFunctions.php 

# Retrieve page_touched for the category
$dbkey = $title->getDBkey();

$mckey = "$wgDBname:categorytree(" . $this->getOptionsAsCacheKey( $depth ) .
"):$dbkey";

Since the ajax results differ in secure vs. non-secure (localURL layout
differs), the memcached is incorrectly shared between these ajax results, thus
causing this problem

-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to