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 68758 - Password for db connection should be saved for the IDE session
Summary: Password for db connection should be saved for the IDE session
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks: 57345
  Show dependency tree
 
Reported: 2005-11-15 17:44 UTC by Nitya Doraisamy
Modified: 2005-11-21 09:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nitya Doraisamy 2005-11-15 17:44:53 UTC
The DatabaseConnection should store the password for the connection for the IDE
session. The plugin attempts to use the DatabaseConnection to obtain information
rergarding the connection like password,username,url etc. At present pasword
value doesnot get saved.
Comment 1 Andrei Badea 2005-11-19 16:25:05 UTC
Fixed. This is a defect, because the password was saved for newly created
connections, but not when connecting an already existing connection.

Checking in org/netbeans/modules/db/explorer/actions/ConnectAction.java;
/cvs/db/src/org/netbeans/modules/db/explorer/actions/ConnectAction.java,v  <-- 
ConnectAction.java
new revision: 1.40; previous revision: 1.39
done
Comment 2 Martin Schovanek 2005-11-21 09:55:20 UTC
VERIFIED