Bug 14584

Summary: XMLHttpRequest treats null login/password incorrectly
Product: WebKit Reporter: Alexey Proskuryakov <ap>
Component: XMLAssignee: Alexey Proskuryakov <ap>
Status: RESOLVED FIXED    
Severity: Major    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
proposed fix darin: review+

Alexey Proskuryakov
Reported 2007-07-11 11:30:21 PDT
req.open("GET", "test.cgi", false, null, null) - login/password are actually sent as "null"/"null"! This affects GWT (Google Web Toolkit) applications.
Attachments
proposed fix (16.10 KB, patch)
2007-07-11 13:03 PDT, Alexey Proskuryakov
darin: review+
Alexey Proskuryakov
Comment 1 2007-07-11 13:03:26 PDT
Created attachment 15479 [details] proposed fix
Darin Adler
Comment 2 2007-07-11 13:23:06 PDT
Comment on attachment 15479 [details] proposed fix r=me
Alexey Proskuryakov
Comment 3 2007-07-11 21:20:03 PDT
Committed revision 24227.
Note You need to log in before you can comment on or make changes to this bug.