JDK-6201815 : Using new CertPath APIs in JSSE for Java plugin and java webstart
  • Type: Enhancement
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2004-11-30
  • Updated: 2010-04-04
  • Resolved: 2005-03-09
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 6
6 b27Fixed
Description
In JSSE, there are some existing CertPath APIs, the Java plugin and Java webstart should use these APIs directly to do the certificate verification check. Currenly we did all of these check in our code, which probably has some bug and can't utilize the new feature which JSSE APIs provided.

###@###.### 2005-1-27 19:21:26 GMT

Comments
EVALUATION This RFE is targeting to Mustang milestone #1, it is under development now. We did find there are some features missed in existing JSSE certPath API, such as exception hander. A separate RFE has been filed (6221779) in network group. ###@###.### 2005-1-27 19:21:26 GMT JSSE has implemented their RFE and putback into our workspace, therefore my putback is a complete one, no further putback needed. ###@###.### 2005-2-09 16:29:55 GMT
27-01-2005