[Webkit-unassigned] [Bug 7665] Location redirect fails when using query string replacement

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Sat Mar 11 12:43:24 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=7665


ddkilzer at kilzer.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com,
                   |                            |ddkilzer at kilzer.net
           Keywords|                            |HasReduction, InRadar
            Summary|Redirection limit exceeded  |Location redirect fails when
                   |                            |using query string
                   |                            |replacement
            Version|420+ (nightly)              |417.x




------- Comment #5 from ddkilzer at kilzer.net  2006-03-11 12:43 PDT -------
I have an http test case for LayoutTests that demonstrates the problem, but as
Alexey noted, this bug lies in the Foundation code and can't be fixed within
WebKit.

What's happening is that the server is returning a Location: redirect with only
a query string (starting with "?"), and it expects the browser to replace the
existing query string with new one (but otherwise keep the URL the same) before
requesting the new URL.  I've never seen this before, but both Firefox 1.5.0.1
and MSIE 6 on Win XP SP 2 support it.

Darin: Would you assign rdar://problem/4474285 to the appropriate team at
Apple?

This has been tested with Safari 2.0.3 (417.8) on Mac OS X 10.4.5 (8H14), so
changing Version from 420+ (nightly) back to 417.x.


-- 
Configure bugmail: http://bugzilla.opendarwin.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