https://bugzilla.wikimedia.org/show_bug.cgi?id=21617

Ashar Voultoiz <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |[email protected]
         Resolution|                            |WORKSFORME

--- Comment #1 from Ashar Voultoiz <[email protected]> 2011-01-22 13:38:27 UTC ---
I tried reproducing it with curl :

curl -v -H "User-Agent: w3m/0.5.2"  \
 -H "Accept: text/html, text /*; q=0.5, image/*"  \
 -H "Accept-Encoding: gzip, compress, bzip, bzip2, deflate"  \
 -H "Accept-Language: en; q=1.0"  \
 http://wikitech.wikimedia.org/

wikitech returns a 301 with content type set to text/html

* About to connect() to wikitech.wikimedia.org port 80 (#0)
*   Trying 207.192.72.124... connected
* Connected to wikitech.wikimedia.org (207.192.72.124) port 80 (#0)
> GET / HTTP/1.1
> Host: wikitech.wikimedia.org
> User-Agent: w3m/0.5.2
> Accept: text/html, text /*; q=0.5, image/*
> Accept-Encoding: gzip, compress, bzip, bzip2, deflate
> Accept-Language: en; q=1.0
> 
< HTTP/1.1 301 Moved Permanently
< Date: Sat, 22 Jan 2011 13:32:35 GMT
< Server: Apache/2.2.8 (Ubuntu) PHP/5.2.4-2ubuntu5.7 with Suhosin-Patch
mod_ssl/2.2.8 OpenSSL/0.9.8g
< X-Powered-By: PHP/5.2.4-2ubuntu5.7
< Vary: Accept-Encoding,Cookie
< Expires: Thu, 01 Jan 1970 00:00:00 GMT
< Cache-Control: private, must-revalidate, max-age=0
< Last-Modified: Sat, 22 Jan 2011 13:32:35 GMT
< Location: http://wikitech.wikimedia.org/view/Main_Page
< Content-Encoding: gzip
< Content-Length: 26
< Content-Type: text/html; charset=utf-8
< 
* Connection #0 to host wikitech.wikimedia.org left intact
* Closing connection #0


I am closing this bug as working for me probably following a change on our
side.

-- 
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

Reply via email to