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 119672 - [60cat] [JavaDB] Encrypted Mode
Summary: [60cat] [JavaDB] Encrypted Mode
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Other Other
: P4 blocker (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks: 152826
  Show dependency tree
 
Reported: 2007-10-22 17:11 UTC by staszekstyszynski
Modified: 2013-08-01 12:51 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description staszekstyszynski 2007-10-22 17:11:20 UTC
[ JDK VERSION : 1.6.0_02 ]

It might be good to consider having an option to boot an
encypted db.
For example little checkbox to be selected when db is encypted and a
textbox to enter password (it would be great during testing CRUD
apps).
Comment 1 David Vancouvering 2007-10-22 20:30:07 UTC
This sounds like a nice feature, in line with a suggestion Andrei had send out to the dev list that we could change the
connect dialog to ask for standard properties as separate fields rather than having to put it all in the URL.

Note today that you can easily specify the boot password in the URL, both when you initially create the database and
subsequent access to it.  From

http://developers.sun.com/docs/javadb/10.2.2/devguide/cdevcsecure60146.html

<quote>
    To access an encrypted database called wombat that was created with the boot password clo760uds2caPe, use the
following connection URL:

    jdbc:derby:wombat;bootPassword=clo760uds2caPe
</quote>


Comment 2 staszekstyszynski 2007-11-12 17:39:16 UTC
Yeah, there could be a "details" hyperlink or button next to the text area to enter URL opening window in which user
would be able to add/edit/delete all options (good for beginners who usually don't know how all options are called).
Comment 3 Jiri Rechtacek 2009-10-16 14:05:42 UTC
Reassigned to new owner.