Bug 59654

Summary: Rendering problems on collegejournal.com
Product: [Applications] konqueror Reporter: Ralf Holzer <kdebugs>
Component: khtmlAssignee: Konqueror Developers <konq-bugs>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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