Bug 91054

Summary: [BlackBerry] Cannot use digest proxy auth and NTLM auth at the same time
Product: WebKit Reporter: Jonathan Dong <jonathan.dong.webkit>
Component: WebKit BlackBerryAssignee: Jonathan Dong <jonathan.dong.webkit>
Status: RESOLVED FIXED    
Severity: Normal CC: charles.wei, joenotcharles, mifenton, rwlbuis, staikos, tonikitoo, webkit.review.bot, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Jonathan Dong 2012-07-12 00:55:56 PDT
RIM PR: 160857

Way to reproduce:
Set up a proxy server that accepts Basic or Digest auth.  Set your wifi on the device to use this server, but DO NOT enter a username/password.  (So the browser will open a login dialog to get the username and password.)
Open the browser and try to connect to a site that uses NTLM auth.

expected:
authentication dialog pops up for the proxy credential, after entering the correct credential, the authentication dialog pops up again for the NTLM http authentication challenge.

now:
the proxy auth dialog pops up again after the NTLM auth dialog for the proxy credential, after we provide the right credential the NTLM auth challenge dialog pops up again and the loop continues.
Comment 1 Jonathan Dong 2012-07-12 01:10:49 PDT
Created attachment 151880 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-12 04:18:22 PDT
Comment on attachment 151880 [details]
Patch

Clearing flags on attachment: 151880

Committed r122444: <http://trac.webkit.org/changeset/122444>
Comment 3 WebKit Review Bot 2012-07-12 04:18:27 PDT
All reviewed patches have been landed.  Closing bug.