Bug 138330 - Client certificate credentials with session persistence don’t work
Summary: Client certificate credentials with session persistence don’t work
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-03 15:43 PST by mitz
Modified: 2014-11-03 16:17 PST (History)
1 user (show)

See Also:


Attachments
Handle session-persistent credentials that aren’t user+password correctly (3.89 KB, patch)
2014-11-03 15:52 PST, mitz
ap: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2014-11-03 15:43:28 PST
When then client passes an NSURLCredential containing an identity with session persistence, the credential isn’t used.
Comment 1 mitz 2014-11-03 15:52:30 PST
Created attachment 240879 [details]
Handle session-persistent credentials that aren’t user+password correctly
Comment 2 mitz 2014-11-03 16:17:32 PST
Fixed in <http://trac.webkit.org/r175495>.