JDK-7158473 : regression in getMnemonic for show/hid options in SecurityDialog
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7u6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-04-02
  • Updated: 2013-12-23
  • Resolved: 2012-04-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u6Fixed 8 b33Fixed
Description
whne showing the new security dialog there is a "Show Options" or "Hide Options" button.
after change in Mnemonic code the mnemonics for these buttons are not shown, and an exception is shown in the console/trace.

Comments
regression_test_src:http://sqe-hg.us.oracle.com/hg/index.cgi/testbase/javase/functional/8/deployment2/file/55cf37386d83/new_framework/tests/common/UserDecisionOption/src/UserDecisionOption_AppletTag_Test.java testUDO_TrustedSigned_appletTag entry.
23-12-2013

Verified it with jre8 b121.
23-12-2013

EVALUATION call to getMnemonic used the resource string istead of it's key
02-04-2012