Bug 111032 - [BlackBerry] User credentials are not correctly handled for non-browser usage
Summary: [BlackBerry] User credentials are not correctly handled for non-browser usage
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit BlackBerry (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other Other
: P2 Normal
Assignee: Lyon Chen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-27 20:21 PST by Lyon Chen
Modified: 2013-02-28 07:16 PST (History)
7 users (show)

See Also:


Attachments
patch for 111032. (2.92 KB, patch)
2013-02-27 20:34 PST, Lyon Chen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lyon Chen 2013-02-27 20:21:57 PST
In BlackBerry, some applications have no access to BlackBerry CertMgr, these application will save user credentials into their own database using SQLiteStatement. But SQLiteStatement::bindBlob cannot handle the encrypted password as a normal WTF::String correctly. We need to use the encrypted password as 8bit string when calling bSQLiteStatement::indBlob().
Comment 1 Lyon Chen 2013-02-27 20:34:11 PST
Created attachment 190640 [details]
patch for 111032.
Comment 2 WebKit Review Bot 2013-02-28 07:16:32 PST
Comment on attachment 190640 [details]
patch for 111032.

Clearing flags on attachment: 190640

Committed r144307: <http://trac.webkit.org/changeset/144307>
Comment 3 WebKit Review Bot 2013-02-28 07:16:36 PST
All reviewed patches have been landed.  Closing bug.