[webkit-reviews] review granted: [Bug 37230] REGRESSION (4.0.5): Safari asks for credentials all the time when authenticating to Windows IIS Server : [Attachment 52781] proposed fix

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 7 14:18:41 PDT 2010


Darin Adler <darin at apple.com> has granted Alexey Proskuryakov <ap at webkit.org>'s
request for review:
Bug 37230: REGRESSION (4.0.5): Safari asks for credentials all the time when
authenticating to Windows IIS Server
https://bugs.webkit.org/show_bug.cgi?id=37230

Attachment 52781: proposed fix
https://bugs.webkit.org/attachment.cgi?id=52781&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> +#if defined(BUILDING_ON_TIGER) || defined(BUILDING_ON_LEOPARD)
> +// There is no contsnt in headers, but NTLM is supported.
> +NSString * const NSURLAuthenticationMethodNTLM =
@"NSURLAuthenticationMethodNTLM";
> +#endif

Typo: "contsnt"

How does ProtectionSpaceAuthenticationSchemeUnknown help us? Does it affect
behavior?

r=me


More information about the webkit-reviews mailing list