[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2012-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

Krinkle krinklem...@gmail.com changed:

   What|Removed |Added

 Blocks||36952

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2012-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #16 from Antoine hashar Musso has...@free.fr 2012-05-18 
22:55:17 UTC ---
The issue must be in redirects.conf from operations/apache-config 

Gitweb:
https://gerrit.wikimedia.org/r/gitweb?p=operations/apache-config.git

Clone:
https://gerrit.wikimedia.org/r/p/operations/apache-config.git

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2012-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #14 from Antoine hashar Musso has...@free.fr 2012-02-21 
09:06:33 UTC ---
Oh my god.
Well http://wikimedia.org/ has the same issue :-)

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2012-02-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #15 from MZMcBride b...@mzmcbride.com 2012-02-21 22:39:41 UTC ---
(In reply to comment #14)
 Oh my god.
 Well http://wikimedia.org/ has the same issue :-)

You mean https://wikimedia.org, but yes, it appears to have the same issue:

$ curl -Is https://wikimedia.org/; | grep Location
Location: http://www.wikimedia.org/

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2012-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

Antoine hashar Musso has...@free.fr changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||has...@free.fr
 Resolution||FIXED

--- Comment #12 from Antoine hashar Musso has...@free.fr 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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2012-02-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

MZMcBride b...@mzmcbride.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #13 from MZMcBride b...@mzmcbride.com 2012-02-20 18:34:04 UTC ---
(In reply to comment #12)
 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 :)

Err, your test case is flawed. This bug is about https://mediawiki.org;, not
https://www.mediawiki.org; (comment 0 and bug summary).

$ curl -Is https://mediawiki.org; | grep Location
Location: http://www.mediawiki.org/

This behavior is still wrong.

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #10 from p858snake p858sn...@gmail.com 2011-10-26 03:03:33 UTC ---
Apparently this has been fixed

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |

--- Comment #11 from p858snake p858sn...@gmail.com 2011-10-26 03:03:53 UTC ---
whoops thinking of the wrong thing

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #9 from Mark A. Hershberger m...@everybody.org 2011-10-20 
17:23:59 UTC ---
For the interested, Ryan Lane says on RT that he hasn't had time to do anything
with HTTPS right now, but he is aware of it.

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #8 from Mark A. Hershberger m...@everybody.org 2011-10-19 
14:39:39 UTC ---
Still not fixed. bumping rt ticket as well.
http://rt.wikimedia.org/Ticket/Display.html?id=1668

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

Erik Moeller e...@wikimedia.org changed:

   What|Removed |Added

   Priority|Normal  |High
 CC||e...@wikimedia.org
   Severity|normal  |major

--- Comment #6 from Erik Moeller e...@wikimedia.org 2011-10-15 17:35:41 UTC 
---
This is one of the more evil HTTPS bugs I've seen.. could lead people to
believe they're using HTTPS when they're not. Elevating importance and
severity.

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #7 from Ryan Lane rlan...@gmail.com 2011-10-15 18:04:30 UTC ---
Yeah. I'm going to fix this after the hack-a-ton.

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

Roan Kattouw roan.katt...@gmail.com changed:

   What|Removed |Added

 CC||roan.katt...@gmail.com

--- Comment #1 from Roan Kattouw roan.katt...@gmail.com 2011-10-05 09:59:46 
UTC ---
There are lots of these (I think https://wikipedia.org is broken too) that are
stuck in Squid cache and need to be purged.

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||m...@everybody.org

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #2 from MZMcBride b...@mzmcbride.com 2011-10-05 22:34:40 UTC ---
(In reply to comment #1)
 There are lots of these (I think https://wikipedia.org is broken too) that are
 stuck in Squid cache and need to be purged.

Are you sure this has to do with Squid cache? Looking at
http://noc.wikimedia.org/conf/redirects.conf, it says:

RewriteCond %{HTTP_HOST} mediawiki.org
RewriteRule ^/(.*)$ http://www.mediawiki.org/$1 [R=301,L]

I assumed that was the root cause of the issue here, if redirects.conf is
up-to-date.

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

Daniel Zahn dz...@wikimedia.org changed:

   What|Removed |Added

 CC||dz...@wikimedia.org

--- Comment #3 from Daniel Zahn dz...@wikimedia.org 2011-10-05 23:13:26 UTC 
---
Like this?

RewriteCond %{HTTPS} off
RewriteCond %{HTTP_HOST} mediawiki.org
RewriteRule ^/(.*)$ http://www.mediawiki.org/$1 [R=301,L]

RewriteCond %{HTTPS} on
RewriteCond %{HTTP_HOST} mediawiki.org
RewriteRule ^/(.*)$ https://www.mediawiki.org/$1 [R=301,L]

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #4 from MZMcBride b...@mzmcbride.com 2011-10-05 23:17:21 UTC ---
(In reply to comment #3)
 Like this?
 
 RewriteCond %{HTTPS} off
 RewriteCond %{HTTP_HOST} mediawiki.org
 RewriteRule ^/(.*)$ http://www.mediawiki.org/$1 [R=301,L]
 
 RewriteCond %{HTTPS} on
 RewriteCond %{HTTP_HOST} mediawiki.org
 RewriteRule ^/(.*)$ https://www.mediawiki.org/$1 [R=301,L]

That looks about right. It's unclear whether this bug should be expanded to
cover the other (several dozen) similar cases in redirects.conf. It's also
unclear whether there's a saner system to do this. %{HTTPS} might be best...
but it's going to result in an awful lot of code duplication for one letter.

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

p858snake p858sn...@gmail.com changed:

   What|Removed |Added

   Keywords||ops
 CC||p858sn...@gmail.com

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


[Bug 31369] https://mediawiki.org redirects to http://www.mediawiki.org/

2011-10-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=31369

--- Comment #5 from Daniel Zahn dz...@wikimedia.org 2011-10-06 00:08:24 UTC 
---
turned this into an RT ticket as well...

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