-
Bug
-
Resolution: Fixed
-
P4
-
16
-
b25
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8273718 | 11.0.14-oracle | Gauri Patil | P4 | Resolved | Fixed | b01 |
JDK-8276155 | 11.0.14 | Martin Doerr | P4 | Resolved | Fixed | b01 |
test/jdk/sun/security/tools/jarsigner/PosixPermissionsTest.java and
test/jdk/sun/security/tools/jarsigner/SymLinkTest.java
The details
PosixPermissionsTest:
- it can run on any system, no matter if the default filesystem supports Posix or not since Posix support is only required for the zipfs which is always true.
- improve some comments for the test flow
SymLinkTest:
- make output of createByteArray prettier
- improve inline comments to ease understanding
- add an option to main for generating ZIPBYTES
- use "Files.write(Path.of(ZIPFILENAME), ZIPBYTES)" for creating the test zipfile
- backported by
-
JDK-8273718 Some tweaks for jarsigner tests PosixPermissionsTest and SymLinkTest
- Resolved
-
JDK-8276155 Some tweaks for jarsigner tests PosixPermissionsTest and SymLinkTest
- Resolved
- relates to
-
JDK-8250968 Symlinks attributes not preserved when using jarsigner on zip files
- Resolved
-
JDK-8218021 Have jarsigner preserve posix permission attributes
- Resolved
- links to
-
Commit openjdk/jdk11u-dev/1c90fe05
-
Commit openjdk/jdk/1e9a432d
-
Review openjdk/jdk11u-dev/564
-
Review openjdk/jdk/1166