[Webkit-unassigned] [Bug 8538] Safari crashes when trying to do digest authentication
bugzilla-daemon at opendarwin.org
bugzilla-daemon at opendarwin.org
Mon Apr 24 12:25:42 PDT 2006
http://bugzilla.opendarwin.org/show_bug.cgi?id=8538
------- Comment #7 from ap at nypop.com 2006-04-24 12:25 PDT -------
Created an attachment (id=7943)
--> (http://bugzilla.opendarwin.org/attachment.cgi?id=7943&action=view)
test case
The problem here is that NSURLConnection crashes on receiving "401
Unauthorized" responses that do not end with two newlines (and it's not even
limited to Digest auth):
---------------
HTTP/1.1 401 Unauthorized
WWW-Authenticate: Basic realm=oops
---------------
A workaround is to add an extra CR/LF at the end of the response.
I'm closing this bug as INVALID, since now I'm fairly sure that the issue is
indeed not in WebKit. You may want to attach this information and the test case
to the Apple bug, so that they don't have to rediscover the same facts.
--
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