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 123844 - Save password doesn't work with null password
Summary: Save password doesn't work with null password
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-12-11 21:59 UTC by David Vancouvering
Modified: 2008-01-11 22:01 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 David Vancouvering 2007-12-11 21:59:44 UTC
You can't save the password if your password is empty.  This is an important defect for MySQL and PostgreSQL users,
where the default password is empty.
Comment 1 David Vancouvering 2008-01-11 22:01:27 UTC
Modified:
  db/src/org/netbeans/modules/db/explorer/DatabaseConnectionConvertor.java (rev 1.15)
  db/src/org/netbeans/modules/db/explorer/DatabaseConnection.java (rev 1.56)
  db/src/org/netbeans/modules/db/explorer/actions/ConnectAction.java (rev 1.51)