Bug 111032

Summary: [BlackBerry] User credentials are not correctly handled for non-browser usage
Product: WebKit Reporter: Lyon Chen <liachen>
Component: WebKit BlackBerryAssignee: Lyon Chen <liachen>
Status: RESOLVED FIXED    
Severity: Normal CC: joenotcharles, leoyang, mifenton, rwlbuis, tonikitoo, webkit.review.bot, yong.li.webkit
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Other   
Attachments:
Description Flags
patch for 111032. none

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.