This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180119

Summary: Replace PasswordManager with Keyring API
Product: cnd Reporter: Jesse Glick <jglick>
Component: D-LightAssignee: Alexander Simon <alexvsimon>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 173413    
Bug Blocks:    

Description Jesse Glick 2010-02-01 14:53:42 UTC
I just noticed org.netbeans.modules.nativeexecution.api.util.PasswordManager via Encrypter (due to warnings during compilation about sun.misc.BASE64Decoder). While I'm not sure exactly what this is for, it looks like it is storing passwords in the user directory. If so, please use the new Keyring API for such purposes.
Comment 1 Alexander Simon 2010-02-02 08:27:44 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/d7a652fa2caa
Comment 2 Jesse Glick 2010-02-02 15:02:26 UTC
BTW you may wish to read and convert passwords saved in the old system, for a smoother transition for users importing their old settings.
Comment 3 Quality Engineering 2010-02-03 21:55:11 UTC
Integrated into 'main-golden', will be available in build *201002040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d7a652fa2caa
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed BZ#180119 Replace PasswordManager with Keyring API