Bug 19920 - Page doesn't redirect
Summary: Page doesn't redirect
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: XML (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL: http://starcraft2.com/features/protoss/
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-06 15:16 PDT by Eric Roman
Modified: 2008-11-01 19:02 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Roman 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>
Comment 1 Graham Perrin 2008-11-01 19:02:34 PDT
Using WebKit-SVN-r38064.dmg I can't reproduce this symptom/issue.