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 96681 - Algo suite value should be same for both bootstrap and real policy
Summary: Algo suite value should be same for both bootstrap and real policy
Status: VERIFIED FIXED
Alias: None
Product: webservices
Classification: Unclassified
Component: WSIT (show other bugs)
Version: 5.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-27 13:19 UTC by Martin Grebac
Modified: 2007-04-03 15:53 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 Martin Grebac 2007-02-27 13:19:36 UTC
Hi Martin,
Due to Issue 394, ( https://wsit.dev.java.net/issues/show_bug.cgi?id=394 ), In
secure conversation if the algorithm suites for Bootstrap Policy and the main
application policy are different, the request fails. This will usually happen
with WSIT netbeans module, as the user can only select the algorithm suite for
the main policy , and the algorithm suite for the bootstrap policy is always
defaulted to Basic128. So if the user selects any  other policy other than
Basic128 for the main policy, error described in Issue 394 happens.

So we suggest that the netbeans module copy the algorithm suite from the main
policy to the bootstrap policy.
Comment 1 Martin Grebac 2007-02-27 13:21:58 UTC
Fixed in 2.23
Comment 2 Martin Grebac 2007-04-03 15:53:10 UTC
v