-
Sub-task
-
Resolution: Delivered
-
P4
-
11.0.10-oracle, 16
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8254632 | 11.0.10-oracle | Clifford Wayne | P4 | Resolved | Delivered |
When signing a file that contains POSIX file permission or symlink attributes, `jarsigner` now preserves these attributes in the newly signed file but warns that these attributes are unsigned and not protected by the signature. The same warning is printed during the `jarsigner -verify` operation for such files.
Note that the `jar` tool does not read/write these attributes. This change is more visible to tools like `unzip` where these attributes are preserved.
Note that the `jar` tool does not read/write these attributes. This change is more visible to tools like `unzip` where these attributes are preserved.
- backported by
-
JDK-8254632 Release Note: jarsigner Preserves POSIX File Permission and symlink Attributes
- Resolved