[Webkit-unassigned] [Bug 8342] XMLHttpRequest changes authentication behaviour based on whether it's sync or async

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 14 13:58:18 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=8342


jcostell at tibco.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jcostell at tibco.com




------- Comment #1 from jcostell at tibco.com  2007-03-14 13:58 PDT -------
I'm running 6 tests: {async, sync} x {correct name/pw, omit name/pw args,
incorrect name/pw} and I get these results in IE6, Fx, and Safari nightly:

         Sync Correct   Sync Blank   Sync Incorrect   Async Correct   Async
Blank   Async Incorrect   
IE6          no                  yes                   no                  no  
                 yes                  no
Fx2          no                  yes                  yes                 no   
                yes                  yes
Saf           no                  no                   no                  no  
                 yes                  yes

Also testing with pre-authentication from
http://www.mnot.net/javascript/xmlhttprequest/ I get:

         Sync Pre-auth   Async Pre-auth
IE6          no                   no
Fx2          no                  no
Saf          no                   no

It would be nice if all browsers had an API for disabling the authentication
dialog. Automated tests of XMLHttpRequest authentication are very difficult
otherwise.


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