Bug 55497 - webpage shows empty page due to problem with URL redirection
Summary: webpage shows empty page due to problem with URL redirection
Status: RESOLVED WORKSFORME
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-04 09:45 UTC by John van Spaandonk
Modified: 2003-03-10 23:48 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description John van Spaandonk 2003-03-04 09:45:50 UTC
Version:           3.1.0 (using KDE_3_1_BRANCH through Mandrake Cooker) (using KDE Devel)
Installed from:    Compiled sources
Compiler:          gcc 3.2.2 mandrake cooker
OS:          Linux

The problem description is very simple.
http://www.mplayerhq.hu displays an empty page in konqueror.
The page is very simple, it's just a redirect:

<<HTML>
<META HTTP-EQUIV="Refresh" CONTENT="0; URL=http://www.MPlayerHQ.hu/homepage/">
</HTML>

So the above meta-tag does not seem to work in Konqueror.
Manually entering the URL reference works.
(although again you see an empty page: there is another
redirection construct there. The redirections currently
lead to http://www.mplayerhq.hu/homepage/design5/news.html)

The problem occurs in more and more webpages.

Other test cases:
www.nos.nl
www.maxtor.com

These all have a simple start page with the 
same redirection construct with the META tag.
All testcases work fine in Mozilla 1.3.
Damn! :-)
Comment 1 Thiago Macieira 2003-03-04 22:31:49 UTC
Works fine for me, CVS of today (March 04th), BRANCH. 
 
Please try upgrading. 
Comment 2 John van Spaandonk 2003-03-10 23:48:47 UTC
This is indeed fixed in the 3.11 Branch. 
You guys are great!!