https://bugzilla.wikimedia.org/show_bug.cgi?id=29772
Bawolff <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Bawolff <[email protected]> 2011-07-08 16:51:07 UTC --- Other weirdness, in addition to being a redirect, they're served with a header of Content-Type text/html; charset=iso-8859-1 (I would expect the charset to be utf-8) I noticed there's some commented out rules in the apache config redirecting eo.wikisource to wikisource.org. Perhaps the file wasn't properly synched to all apaches and then the redirect got caught in squid (The redirecting urls have HIT in the cache lookup headers). The response body of the redirect looks like the type of response body that apache gives for 301's (you know, the HTML 2.0 dtd), and that'd also explain the iso 8859-1 charset. Typically redirects generated by mediawiki don't have a respone body, and still use utf-8 as the charset in the content-type header. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
