[Webkit-unassigned] [Bug 27868] New: http://www.ruthhuntcandy.com/ goes into infinite refresh in WebKit, works in others

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 30 22:43:52 PDT 2009


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

           Summary: http://www.ruthhuntcandy.com/ goes into infinite
                    refresh in WebKit, works in others
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://www.ruthhuntcandy.com/
        OS/Version: All
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Page Loading
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: beidson at apple.com


http://www.ruthhuntcandy.com/ goes into infinite refresh in WebKit, works in
Firefox.

They have this HTML in their main resource:
<META HTTP-EQUIV="Refresh" CONTENT="0;
URL='http://www.ruthhuntcandy.com/default.asp">

The quotes are mismatched:  Opens with a ' but closes with a ". 
parseHTTPRefresh() chokes in this case.

So we can't parse the URL and default to the main page URL of
http://www.ruthhuntcandy.com/.  We do the scheduled refresh over and over,
never moving on to http://www.ruthhuntcandy.com/default.asp

This is truly a site bug, but Firefox, Opera 10, and IE6+ are all tolerant of
this.

In radar as <rdar://problem/7106968>

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



More information about the webkit-unassigned mailing list