Closed
Bug 307334
Opened 19 years ago
Closed 13 years ago
unreadable html pages
Categories
(Core :: Networking, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: metin.balci, Unassigned)
References
()
Details
(Keywords: qawanted)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 first page is ok but the simple links (which are not open wia a javascript) displays unreadable pages Reproducible: Always Steps to Reproduce: 1. go http://www.milliyet.com.tr 2. click the link "SPOR" on the left 3. Actual Results: unreadable page... Expected Results: show the html like IE does...
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050903 Firefox/1.6a1
Comment 2•19 years ago
|
||
http://validator.w3.org/check?uri=http%3A//www.milliyet.com.tr/2005/09/07/index.html poor html but i'm not sure why it refuses to display anything at all (just a blank page)
Comment 3•19 years ago
|
||
Doesn't wfm Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050907 Firefox/1.6a1 ID:2005090707 Not sure if that's network, or cache, or a broken server. It's served gzipped, with (bleah) a pair of http-equiv="content-type"s declaring different charsets. When we get there, we request "Range: bytes=3920-" and get back "Content-Range: bytes 3920-38637/38638" but apparently don't parse it, since the DOM ends just before the first http-equiv. Reload at that point, and it displays.
Assignee: nobody → darin
Severity: major → normal
Component: General → Networking
Product: Firefox → Core
QA Contact: general → benc
Version: unspecified → Trunk
Comment 4•19 years ago
|
||
Confirming... One firefox user and me, One seamonkey user with this problem... Here's the total result I got from the Live HTTP, this was snapshotted from an older mozilla build since my seamonkey doesn't have Live HTTP... --snip-- http://www.milliyet.com.tr/2005/09/08/spor/index.html GET /2005/09/08/spor/index.html HTTP/1.1 Host: www.milliyet.com.tr User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050321 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://www.milliyet.com.tr/2005/09/08/index.html Cookie: Ana_20050908=1; popunder=yes; Target=milliyet%5Fanasayfa%5Fust%5F468x60; ASPSESSIONIDQASARTRQ=EBANDAGAGNBKDFODBEIDAKAE; WEBTRENDS_ID=24.27.71.164-3503866976.29733919::9EA4F39771584FB4F949C17211AFC990 HTTP/1.x 200 OK Server: Microsoft-IIS/5.0 X-Powered-By: ASP.NET Date: Thu, 08 Sep 2005 02:50:20 GMT Content-Type: text/html Accept-Ranges: bytes Last-Modified: Sat, 08 Sep 2001 01:42:10 GMT Etag: "05a779738c11:d7e" Vary: User-Agent, Accept-Encoding Content-Encoding: gzip Content-Length: 8905 ---------------------------------------------------------- http://www.milliyet.com.tr/2005/09/08/spor/index.html GET /2005/09/08/spor/index.html HTTP/1.1 Host: www.milliyet.com.tr User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050321 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://www.milliyet.com.tr/2005/09/08/index.html Cookie: Ana_20050908=1; popunder=yes; Target=milliyet%5Fanasayfa%5Fust%5F468x60; ASPSESSIONIDQASARTRQ=EBANDAGAGNBKDFODBEIDAKAE; WEBTRENDS_ID=24.27.71.164-3503866976.29733919::9EA4F39771584FB4F949C17211AFC990 Range: bytes=1048- If-Range: "05a779738c11:d7e" HTTP/1.x 206 Partial content Server: Microsoft-IIS/5.0 X-Powered-By: ASP.NET Date: Thu, 08 Sep 2005 02:50:22 GMT Content-Type: text/html Etag: "05a779738c11:d7e" Content-Length: 36929 Content-Range: bytes 1048-37976/37977 ---------------------------------------------------------- --snip--
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 6•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050907 Firefox/1.6a1 ID:2005090721 WFM. I see the page only after a reload.
Updated•19 years ago
|
Assignee: darin → nobody
QA Contact: benc → networking
Comment 7•13 years ago
|
||
wfm with Seamonkey trunk
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•