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

Reply via email to