What platform and openjdk release (or build) are you using? What kind of
security providers are specified? When you say "regression", is it a regression
of an earlier build of openjdk?
If I understand correctly, a PKCS #11 security provider is needed to use
PKCS11-based keystores. Currently, on
Yes, you are correct.
In fact, I've thought about this. The original code was:
1196 boolean found = false;
1197 for (int i = 0; i < records.length; i++) {
1198 if (records[i].equals(mapRealm)) {
1199 found = true;
1200 realm = records[i
Changeset: 9a1bd20fc71c
Author:weijun
Date: 2010-07-19 10:02 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/9a1bd20fc71c
6969683: Generify ResolverConfiguration codes
Reviewed-by: alanb, chegar
! src/share/classes/com/sun/jndi/dns/DnsContextFactory.java
! src/share/classes/s