https://bugzilla.wikimedia.org/show_bug.cgi?id=28069
--- Comment #10 from Dan Nessett <[email protected]> 2011-03-18 22:59:32 UTC --- (In reply to comment #9) > Here's the bug entry for Firefox being unable to load pages specifying > 'Content-encoding: identity': > > https://bugzilla.mozilla.org/show_bug.cgi?id=341944 > > It was apparently fixed somewhere between 2006 and 2010, but I don't know if > it > got fixed before the Firefox 2.0 or 3.0 releases, or if other browsers are > affected. I installed FF 2.0 on Windows 7 over Parallels on Mac OS X. I then streamed a .doc file on our test wiki using the ConfirmAccount extension to see if Content-Encoding: identity was handled properly. However, we run PHP 5.3.5, so the patch simply removed the Content-Encoding header and, it appears, either Apache or some other logic in MW requested gzip encoding (now with a properly formed Content-Encoding header value). So, I can't test Content-Encoding: identity processing by FF 2.0. Here is the request/response from the CV download (again using ellipses to obscure certain information): (Request-Line) GET /wiki?title=Special:ConfirmAccounts/editors&file=87...b.doc HTTP/1.1 Host test.citizendium.org User-Agent Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.8.1) Gecko/20061010 Firefox/2.0 Accept text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language en-us,en;q=0.5 Accept-Encoding gzip,deflate Accept-Charset ISO-8859-1,utf-8;q=0.7,*;q=0.7 Keep-Alive 300 Connection keep-alive Referer http://test.citizendium.org/wiki?title=Special:ConfirmAccounts/editors&acrid=... Cookie cz_test_session= ... (Status-Line) HTTP/1.0 200 OK Date Fri, 18 Mar 2011 22:48:23 GMT Server Apache/2.2.3 (CentOS) X-Powered-By PHP/5.3.5 Expires Thu, 01 Jan 1970 00:00:00 GMT Cache-Control no-cache, no-store, max-age=0, must-revalidate Pragma no-cache Last-Modified Fri, 25 Feb 2011 19:35:17 GMT Vary Accept-Encoding content-disposition inline;filename*=utf-8'en'87...b.doc Content-Encoding gzip Content-Length 16423 Content-Type application/x-wiki X-Cache MISS from aristotle.citizendium.org X-Cache-Lookup MISS from aristotle.citizendium.org:80 Via 1.0 aristotle.citizendium.org:80 (squid/2.6.STABLE21) Connection keep-alive If someone can supply me with a URL that will supply a Content-Encoding: identity header, I will test it on FF 2.0. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
