[Webkit-unassigned] [Bug 10073] A URI with a semicolon in the path cannot be accessed when using basic authentication

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jul 24 21:45:37 PDT 2006


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





------- Comment #6 from ap at nypop.com  2006-07-24 21:45 PDT -------
(In reply to comment #3)
> It's quite possible that this bug may be outside of WebKit, either in Safari or
> the URL loading subsystem.

Certainly looks like the latter - the very first delegate method that's invoked
is -[WebLoader connection:didFailWithError:]. We don't even get -[WebLoader
connection:willSendRequest:redirectResponse:]. The error is:

NSError "Error NSURLErrorDomain -1012" Domain=NSURLErrorDomain Code=-1012
UserInfo={
    NSErrorFailingURLKey = http://onautopilot.com/test;webkit; 
    NSErrorFailingURLStringKey = "http://onautopilot.com/test;webkit"; 
}

-1012 is NSURLErrorUserCancelledAuthentication.

I think it may be useful for us to make a reduction before filing a Radar.


-- 
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