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 162693 - Keystore Manager: non-keystore file or empty file can be added as Keystore without error messages
Summary: Keystore Manager: non-keystore file or empty file can be added as Keystore wi...
Status: RESOLVED WONTFIX
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-04-15 10:59 UTC by alex_pst
Modified: 2009-04-15 15:41 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 alex_pst 2009-04-15 10:59:17 UTC
It's possible to add non-keystore file or empty file as Keystore by "Keystore Manager" -> Add Keystore -> Add Existing
Keystore

There are no any error or warning messages.
Comment 1 Denis Anisimov 2009-04-15 15:41:27 UTC
Keystore file can be checked only via password.
There is no way to determine file as keystore/non-keystore file 
without knowing password which was used for file creation.
So I don't see any need to add some "trivial" checks for file content 
because we can't perform real full check for correctness.