-
Bug
-
Resolution: Fixed
-
P4
-
1.4.0
-
rc
-
generic
-
solaris_7
###@###.### 2001-11-27
http://java.sun.com/j2se/1.4/docs/guide/security/certpath/CertPathProgGuide.html
In appendix B of the CertPath Programmer's Guide, the following change should
be made to the 1st sentence of the 2nd paragraph (CertPathBuilder):
Change:
"The implementation requires that the targetConstraints parameter of a PKIXBuilderParameters object be an instance of X509CertSelector."
To:
"The implementation requires that the targetConstraints parameter of a PKIXBuilderParameters object is an instance of X509CertSelector and the
subject criterion is set to a non-null value."
This additional requirement accurately reflects the current
implementation, though we do plan to remove this requirement in a future
release (see RFE 4531698).
- relates to
-
JDK-4531698 PKIX CertPathBuilder shouldn't require subject DN of targetConstraints to be set
- Closed