Last modified: 2013-05-06 04:11:32 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T48018, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 46018 - Redirects such as http://mediawiki.org are going to http://wikiquote.org (301 Moved Permanently)
Redirects such as http://mediawiki.org are going to http://wikiquote.org (301...
Status: RESOLVED FIXED
Product: Wikimedia
Classification: Unclassified
Apache configuration (Other open bugs)
unspecified
All All
: Immediate minor (vote)
: ---
Assigned To: Faidon Liambotis
https://www.mediawiki.org/wiki/Thread...
: ops
: 46028 46033 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-03-12 08:51 UTC by Nemo
Modified: 2013-05-06 04:11 UTC (History)
6 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Nemo 2013-03-12 08:51:10 UTC
But https and www. don't.
There was Gerrit change #53264 yesterday but no idea how it could have this effect.
Comment 1 Antoine "hashar" Musso (WMF) 2013-03-12 08:53:01 UTC
This is not at all critical.
Comment 2 Nemo 2013-03-12 08:54:48 UTC
Dunno but still matches "immediate" definition.
Comment 3 Antoine "hashar" Musso (WMF) 2013-03-12 09:00:44 UTC
    RewriteCond %{HTTP_HOST} =wikiquote.com [OR]
    RewriteCond %{HTTP_HOST} =wikiquote.net [OR]
    RewriteRule ^(.*)$ http://wikiquote.org$1 [R=301,L]

Note the last RewriteCond as an [OR] statement that should probably not be there.
Comment 4 Antoine "hashar" Musso (WMF) 2013-03-12 11:49:53 UTC
I have reopened RT #4695
Comment 5 Alex Monk 2013-03-12 15:02:14 UTC
*** Bug 46028 has been marked as a duplicate of this bug. ***
Comment 6 Alex Monk 2013-03-12 15:34:48 UTC
These are all the redirects to that domain which my script can find (including the correct wikiquote.com one):

bookshelf.wikimedia.org -> http://wikiquote.org/
commons.wikipedia.org -> http://wikiquote.org/
wikivoyage.de -> http://wikiquote.org/
wikiquote.com -> http://wikiquote.org/
mediawiki.org -> http://wikiquote.org/
meta.wikipedia.org -> http://wikiquote.org/
it.wikimedia.org -> http://wikiquote.org/
www.meta.wikimedia.org -> http://wikiquote.org/
hu.wikimedia.org -> http://wikiquote.org/
wikivoyager.de -> http://wikiquote.org/
boards.wikipedia.org -> http://wikiquote.org/
wikivoyage.com -> http://wikivoyage.org/
wikimania.wikimedia.org -> http://wikiquote.org/
Comment 7 Alex Monk 2013-03-12 15:37:33 UTC
... ignore the random correct wikivoyage one in there as well. I manually filtered the output and missed that one :P
Comment 8 Faidon Liambotis 2013-03-12 15:59:15 UTC
The root cause was fixed, so no new redirects are not going to get issued. I've explicitly purged from our caches all of the URLs mentioned in comment 6, let me know if you find more that need explicit purging.
Comment 9 Liangent 2013-03-12 16:31:01 UTC
(In reply to comment #8)
> The root cause was fixed, so no new redirects are not going to get issued.
> I've
> explicitly purged from our caches all of the URLs mentioned in comment 6, let
> me know if you find more that need explicit purging.

Did you purge URLs with path and/or params?

$ curl 'http://commons.wikipedia.org/w/index.php?title=%25' --stderr - -v | grep Location
< Location: http://wikiquote.org/w/index.php?title=%2525

Please also check the double-escaping issue.
Comment 10 Alex Monk 2013-03-12 17:49:34 UTC
*** Bug 46033 has been marked as a duplicate of this bug. ***
Comment 11 Alex Monk 2013-03-12 17:50:30 UTC
Reopened for for wikivoyage.com
Comment 12 Andre Klapper 2013-03-12 18:09:11 UTC
[most URLs fixed, lowering priority]
Comment 13 Nemo 2013-03-12 18:22:48 UTC
(In reply to comment #9)
> Please also check the double-escaping issue.

AFAIK that's bug 20409 (allegedly fixed).
Comment 14 Alex Monk 2013-03-12 18:41:15 UTC
Fixed by Faidon.
Comment 15 Daniel Zahn 2013-03-12 18:55:15 UTC
wikivoyage.com also works meanwhile. 

http://wikivoyage.com
 * 301 Moved Permanently http://wikivoyage.org/
https://wikivoyage.com
 * 301 Moved Permanently http://wikivoyage.org/


Faidon purged the URL as well:

11:48 < paravoid> I just purged it, so unlikely
11:48 < paravoid> try shift+f5

11:48 < Krenair> works now
Comment 16 Krinkle 2013-03-12 19:05:14 UTC
(In reply to comment #14)
> Fixed by Faidon.

For the record:
Change-Id: I6b4143de2299578b30deb2e9972f14b163b2afe0
Comment 17 Liangent 2013-03-13 03:50:41 UTC
(In reply to comment #9)
> (In reply to comment #8)
> > The root cause was fixed, so no new redirects are not going to get issued.
> > I've
> > explicitly purged from our caches all of the URLs mentioned in comment 6, let
> > me know if you find more that need explicit purging.
> 
> Did you purge URLs with path and/or params?
> 
> $ curl 'http://commons.wikipedia.org/w/index.php?title=%25' --stderr - -v |
> grep Location
> < Location: http://wikiquote.org/w/index.php?title=%2525
> 
> Please also check the double-escaping issue.

This given case still fails.
Comment 18 Krinkle 2013-03-13 06:03:32 UTC
(In reply to comment #17)
> (In reply to comment #9)
> > (In reply to comment #8)
> > > The root cause was fixed, so no new redirects are not going to get issued.
> > > I've
> > > explicitly purged from our caches all of the URLs mentioned in comment 6, let
> > > me know if you find more that need explicit purging.
> > 
> > Did you purge URLs with path and/or params?
> > 
> > $ curl 'http://commons.wikipedia.org/w/index.php?title=%25' --stderr - -v |
> > grep Location
> > < Location: http://wikiquote.org/w/index.php?title=%2525
> > 
> > Please also check the double-escaping issue.
> 
> This given case still fails.

It was probably stuck in squid cache, logged in with no cache that commons.wikipedia url works fine.

I purged it from squid cache and it works now (tested in incognito mode with no cookies/cache, logged out).
Comment 19 Andre Klapper 2013-03-13 12:06:10 UTC
It seems like there is nothing left here, so closing as FIXED again.
Comment 20 Nemo 2013-03-13 12:10:21 UTC
I experienced a hour ago with mediawiki.org but I wasn't debugging so I don't know what it means.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links