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 84073 - unchecking Sign Response disables Use Default Key Store
Summary: unchecking Sign Response disables Use Default Key Store
Status: CLOSED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-02 00:05 UTC by _ hlu
Modified: 2006-09-16 01:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snap shot of "Edit UserName Token profile" window. (16.28 KB, image/png)
2006-09-02 00:07 UTC, _ hlu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ hlu 2006-09-02 00:05:54 UTC
build19 on windowsXP:
Steps:
Open Edit User Name Token profile window.
Uncheck Sign Response check box
observe: the Use Default Key Store check box gets disabled. This blocks user
using  non-default key store.
See attached snapshot.
Comment 1 _ hlu 2006-09-02 00:07:39 UTC
Created attachment 33533 [details]
snap shot of "Edit UserName Token profile" window.
Comment 2 Srividhya Narayanan 2006-09-02 00:25:35 UTC
Happens only for username token profile.
Comment 3 Peter Liu 2006-09-06 07:02:04 UTC
This is the correct behaviour.  The keystore info is only used for signing
response not for the request.
Comment 4 _ hlu 2006-09-06 19:58:18 UTC
It behavired differently with other profiles though.
What is the right one? 
Comment 5 Srividhya Narayanan 2006-09-06 20:08:06 UTC
Since the username token profile doesnt need the keystore info unless the
response needs to be signed, this is the correct behaviour. For the rest of the
profiles irrespective of response is signed or not the keystore cert details on
needed to verify the token at the WSP end and hence has to be enabled.