[Webkit-unassigned] [Bug 15441] (Windows) Ignoring basic auth credentials in URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 9 19:00:26 PDT 2007


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





------- Comment #3 from dan at fabulich.com  2007-10-09 19:00 PDT -------
Thanks for the prompt follow-up!

(In reply to comment #1)
> The "official" Windows WebKit does not use WinInet.

ResourceHandleWin.cpp certainly DOES use WinInet...  It includes <wininet.h>
and uses HttpOpenRequestA (the ASCII version of HttpOpenRequest) to do its
work.

> ResourceHandleWin.cpp has NOT been touched in quite some time.

When you say that it hasn't been "touched," do you mean that it hasn't been
USED in a long time, also?  There's quite a bit of code sitting in the
"network" directory there; it's hard to tell what is/isn't being used.

> If this isn't
> working in the normal WebKitWin build, the reasons why are likely to exist in
> KURL and other url handling code,

I just glanced over KURL.cpp; doesn't look particularly culpable to my novice
eye.

> ResourceHandleCF.cpp, or the CFNetwork support library.

I wrongly thought that CFNetwork was Darwin-only; actually, I thought it was
just a part of Darwin.  Where would I find the source for CFNetwork for
Windows?


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