JDK-6306172 : l10n for 5077603: SSL/TLS configuration options in Java Control Panel
  • Type: Bug
  • Component: globalization
  • Sub-Component: translation
  • Affected Version: 5.0u5
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-08-04
  • Updated: 2010-07-29
  • Resolved: 2005-08-15
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.
Other
5.0u5 b04Fixed
Related Reports
Relates :  
Description
Files to be updated: src/common/share/classes/com/sun/deploy/resources/Deployment_xx.java
Following messages should be added.
>       { "deployment.security.TLSv1", "Use TLS 1.0" },
>       { "deployment.security.SSLv2Hello", "Use SSL 2.0" },
>       { "deployment.security.SSLv3", "Use SSL 3.0" },

Translation can be leveraged from 6.0.
deployment.security.SSLv2 should be used for the string deployment.security.SSLv2Hello

Comments
EVALUATION As stated in Description, translation can be leveraged from Mustang.
04-08-2005