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 157423 - Keystores Manager: trim leading and trailing spaces for keystore name and key pair name
Summary: Keystores Manager: trim leading and trailing spaces for keystore name and key...
Status: RESOLVED FIXED
Alias: None
Product: javame
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Adam Sotona
URL:
Keywords:
Depends on:
Blocks: 162137
  Show dependency tree
 
Reported: 2009-01-26 09:22 UTC by alex_pst
Modified: 2010-09-30 02:59 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-01-26 09:22:16 UTC
User can enter name for keystore which is similar to already existent one, but with trailing space, for example
"keystore.ks" and " keystore.ks". The same situation relevant to keys adding, user can add several keys with similar
names which contains trailing and leading spaces in different combinations, so it's hard to distinguish them from each
other.
So trimming procedure should be implemented to avoid such cases.
Comment 1 Peter Pis 2009-01-27 08:49:53 UTC
Reassigning to editor.
Comment 2 Adam Sotona 2010-09-29 15:38:53 UTC
fixed in http://hg.netbeans.org/jet-main/rev/d9a7e64d8806
Comment 3 Quality Engineering 2010-09-30 02:59:34 UTC
Integrated into 'main-golden', will be available in build *201009300000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d9a7e64d8806
User: asotona@netbeans.org
Log: fixed issue #157423 Keystores Manager: trim leading and trailing spaces for keystore name and key pair name