8250968: Symlinks attributes not preserved when using jarsigner on zip files

Reviewed-by: lancea, weijun, hchao
This commit is contained in:
Sean Coffey 2020-09-07 19:01:07 +00:00
parent 8d6d43c33b
commit 7686e87155
10 changed files with 199 additions and 38 deletions

View file

@ -37,7 +37,7 @@ public final class Event {
public enum ReporterCategory {
CRLCHECK(),
POSIXPERMS();
ZIPFILEATTRS();
private Reporter reporter;
}