Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 8, 11, 13
-
Fix Version/s: 15
-
Component/s: security-libs
-
Subcomponent:
-
Resolved In Build:b24
-
CPU:x86
-
OS:os_x
Backports
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 |
Description
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?
Attachments
Issue Links
- 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
-