Bug 59654 - Rendering problems on collegejournal.com
Summary: Rendering problems on collegejournal.com
Status: RESOLVED DUPLICATE of bug 82747
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-06-11 16:12 UTC by Ralf Holzer
Modified: 2004-12-16 11:44 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ralf Holzer 2003-06-11 16:12:40 UTC
Version:           4.0 (using KDE 3.1.9)
Compiler:          gcc version 3.2 (Mandrake Linux 9.0 3.2-1mdk)
OS:          Linux (i686) release 2.4.20

Konqueror has problems rendering

http://www.collegejournal.com/

and stalls for a while when loading the page.
Looks like all relative URLs are pointing to port 3004 
instead of 80 for some reason.

regards,

Ralf
Comment 1 Thiago Macieira 2003-06-11 17:10:18 UTC
Not our fault. See the HTTP headers: 
kio_http: (32707) ============ Received Response: 
kio_http: (32707) "HTTP/1.1 200 OK" 
kio_http: (32707) "Server: Microsoft-IIS/5.0" 
kio_http: (32707) "Content-Location: http://www.collegejournal.com:3004/index.html" 
kio_http: (32707) "Date: Wed, 11 Jun 2003 15:06:01 GMT" 
kio_http: (32707) "Content-Type: text/html" 
kio_http: (32707) "Accept-Ranges: bytes" 
kio_http: (32707) "Last-Modified: Wed, 11 Jun 2003 05:31:23 GMT" 
kio_http: (32707) "ETag: "807deb1da2fc31:a3c"" 
kio_http: (32707) "Content-Length: 47181" 
 
Note the Content-Location header. 
 
That means that no relative paths get loaded correctly, including images, stylesheet 
or script pages. 
Comment 2 Thiago Macieira 2004-12-16 11:44:14 UTC
Konqueror's behaviour is correct.

*** This bug has been marked as a duplicate of 82747 ***