Bug 91054 - [BlackBerry] Cannot use digest proxy auth and NTLM auth at the same time
Summary: [BlackBerry] Cannot use digest proxy auth and NTLM auth at the same time
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Dong
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-12 00:55 PDT by Jonathan Dong
Modified: 2012-07-12 04:18 PDT (History)
8 users (show)

See Also:


Attachments
Patch (6.36 KB, patch)
2012-07-12 01:10 PDT, Jonathan Dong
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.