[Webkit-unassigned] [Bug 29322] REGRESSION: http/tests/xmlhttprequest/cross-origin-authorization.html is failing/crashing intermittently

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 09:24:34 PDT 2009


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


Alexey Proskuryakov <ap at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|                            |FIXED
             Status|NEW                         |RESOLVED




--- Comment #48 from Alexey Proskuryakov <ap at webkit.org>  2009-09-29 09:24:32 PDT ---
Committed revision 48879.

I don't think that specifics of credential encoding for HTTP should be part of
Credential class - its job is to hold the data, not to transfer it over HTTP.
We'll probably want to factor out the code when implementing the same
functionality for digest auth. 

The Basic case is just a few straightforward lines anyway, probably not worth
having a separate file for this.

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