-
Bug
-
Resolution: Duplicate
-
P3
-
7, 8
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8015369 | 8 | Weijun Wang | P3 | Closed | Fixed | b93 |
JDK-8018826 | 7u45 | Weijun Wang | P3 | Closed | Fixed | b01 |
JDK-8015596 | 7u40 | Weijun Wang | P3 | Closed | Fixed | b28 |
When the ktab tool is used to add new entries, it would create a new file if there is no existing one. In order to find out if a file exists, we used to check if KeyTab.getInstance() is null. Since we support dynamic keytab, this method never returns null, and there is no chance to initialize kt_vno for an empty keytab file now.
- backported by
-
JDK-8015369 ktab creates a file with zero kt_vno
-
- Closed
-
-
JDK-8015596 ktab creates a file with zero kt_vno
-
- Closed
-
-
JDK-8018826 ktab creates a file with zero kt_vno
-
- Closed
-