NEW 19920
Page doesn't redirect
https://bugs.webkit.org/show_bug.cgi?id=19920
Summary Page doesn't redirect
Eric Roman
Reported 2008-07-06 15:16:16 PDT
The following page doesn't load the way the author intended: http://starcraft2.com/features/protoss/ In {Safari 3.1, WebKitNightly r35024} it prints out the text "window.location = "/features/protoss/main.xml", whereas in Firefox it executes the script which does a redirect. It looks like the author made a mistake: the content-type of the response is "application/xml", yet the content is an HTML document: <html> <body> <script type="text/javascript"> window.location = "/features/protoss/main.xml" </script> </body> </html>
Attachments
Graham Perrin
Comment 1 2008-11-01 19:02:34 PDT
Using WebKit-SVN-r38064.dmg I can't reproduce this symptom/issue.
Note You need to log in before you can comment on or make changes to this bug.