[Webkit-unassigned] [Bug 19920] New: Page doesn't redirect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 6 15:16:17 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=19920

           Summary: Page doesn't redirect
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: Macintosh
               URL: http://starcraft2.com/features/protoss/
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: minatoar at gmail.com


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>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list