[Webkit-unassigned] [Bug 15774] REGRESSION: Redirect to mailto: protocol broken in Leopard
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 31 04:23:28 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=15774
------- Comment #4 from mrowe at apple.com 2007-10-31 04:23 PDT -------
WebKit nightly builds on Tiger don't exhibit this problem which suggests that
this behaviour is due to a change outside of WebKit.
Setting a breakpoint on -[WebCoreResourceHandleAsDelegate
connection:willSendRequest:redirectResponse:] on both Tiger and Leopard reveals
different behaviour. On Tiger it is called with a URL connection and request
associated with the mailto: URL. On Leopard it is called once with the
original URL, as the comment indicates is expected due to a change in behaviour
on Leopard, and is never called again. Instead
-[WebCoreResourceHandleAsDelegate connection:didFailWithError:] is called with
a connection of <NSURLConnection: 0x15464cf0,
http://bdash.net.nz/files/redirect-to-mailto.php> and error of <Error
Domain=NSURLErrorDomain Code=-1002 UserInfo=0x1c367f00 "unsupported URL">.
As this strongly suggests the change in behaviour is outside of WebKit, I think
that this bug should be closed as INVALID.
--
Configure bugmail: http://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