https://bugzilla.wikimedia.org/show_bug.cgi?id=31369
Antoine "hashar" Musso <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #12 from Antoine "hashar" Musso <[email protected]> 2012-02-20 16:06:41 UTC --- issue seems to be fixed now. Daniel "mutante" Zahn did some tweaks last week : With curl (-I show headers, -L follow Location: hints) Without trailing slash: $ curl -IL https://www.mediawiki.org 2>/dev/null|grep Location Location: https://www.mediawiki.org/wiki/MediaWiki $ With trailing slash: $ curl -IL https://www.mediawiki.org/ 2>/dev/null|grep Location Location: https://www.mediawiki.org/wiki/MediaWiki $ Seems fixed to me so :) -- 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
