-
Bug
-
Resolution: Fixed
-
P3
-
8, 11, 13
-
b24
-
x86
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8260365 | 11.0.11-oracle | Dukebot | P3 | Resolved | Fixed | b03 |
JDK-8260410 | 11.0.11 | Weijun Wang | P3 | Resolved | Fixed | b03 |
JDK-8259682 | 8u291 | Abdul Kolarkunnu | P3 | Resolved | Fixed | b02 |
JDK-8262652 | emb-8u291 | Abdul Kolarkunnu | P3 | Resolved | Fixed | team |
Test throw Exception here:
try {
cache.checkAndStore(now, a2);
throw new Exception();
} catch (KrbException ke) {
// Correct
because no KrbException was thrown.
Could this relate to the machine configuration?
try {
cache.checkAndStore(now, a2);
throw new Exception();
} catch (KrbException ke) {
// Correct
because no KrbException was thrown.
Could this relate to the machine configuration?
- backported by
-
JDK-8259682 sun/security/krb5/auto/ReplayCachePrecise.java failed - no KrbException thrown
- Resolved
-
JDK-8260365 sun/security/krb5/auto/ReplayCachePrecise.java failed - no KrbException thrown
- Resolved
-
JDK-8260410 sun/security/krb5/auto/ReplayCachePrecise.java failed - no KrbException thrown
- Resolved
-
JDK-8262652 sun/security/krb5/auto/ReplayCachePrecise.java failed - no KrbException thrown
- Resolved
- duplicates
-
JDK-8244974 Test sun/security/krb5/auto/ReplayCachePrecise.java failes to throw KrbException
- Closed