JDK-6280762 : Do not show HTTPS security dialog if certificate is valid and verified.
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 5.0u11,6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows_xp
  • CPU: x86
  • Submitted: 2005-06-06
  • Updated: 2010-04-04
  • Resolved: 2005-11-22
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 JDK 6
5.0u23Fixed 6 b62Fixed
Related Reports
Duplicate :  
Description
We should not show HTTPS security dialog if certificate is valid and verified, and it will reduce one more dialog that we have to show users in our user experience in Java Plug-in and Java Web Start.
###@###.### 2005-06-06 10:18:05 GMT

Comments
EVALUATION We will add a option in Java control panel to disable this feature if user want. By default, the HTTPS security dialog box won't popup if 1. Certificate is Valid. 2. Certificate is issued by trusted CA. 3. Certificate subject name matches hostname. We also implement wildcard match algorithm during the match comparison process.
10-11-2005