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 97295 - I18N - key types should be localized
Summary: I18N - key types should be localized
Status: CLOSED WORKSFORME
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-03-06 15:51 UTC by kaa
Modified: 2007-03-09 18:35 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
key types (61.91 KB, application/octet-stream)
2007-03-06 15:52 UTC, kaa
Details
key types (53.82 KB, application/octet-stream)
2007-03-06 15:53 UTC, kaa
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kaa 2007-03-06 15:51:59 UTC
build 0302

1. Create Web App
2. Create Web Service
3. Select 'STS Issued Token' from 'Security Mechanism' dropdown
4. Press Configure button

Key Types are without pseudo. The same with 'Select STS service provider' dialog.
See attached pics.
Comment 1 kaa 2007-03-06 15:52:57 UTC
Created attachment 39215 [details]
key types
Comment 2 kaa 2007-03-06 15:53:35 UTC
Created attachment 39216 [details]
key types
Comment 3 Martin Grebac 2007-03-06 16:40:40 UTC
will fix soon
Comment 4 Martin Grebac 2007-03-07 19:02:04 UTC
Actually, these are taken from bundles:

String ISSUED_KEYTYPE_SYMMETRIC = NbBundle.getMessage(ComboConstants.class,
"COMBO_Issued_KeyType_Symmetric");         //NOI18N

String ISSUED_KEYTYPE_PUBLIC = NbBundle.getMessage(ComboConstants.class,
"COMBO_Issued_KeyType_Public");         //NOI18N
Comment 5 kaa 2007-03-09 18:35:04 UTC
closed as NOI18N