8262967: Improve Zip file support
Reviewed-by: ahgross, rhalade, aefimov
This commit is contained in:
parent
e48af0069e
commit
0e6c01163f
@ -226,6 +226,7 @@ public class ZipFile implements ZipConstants, Closeable {
|
||||
Integer.toHexString(mode));
|
||||
}
|
||||
String name = file.getPath();
|
||||
file = new File(name);
|
||||
@SuppressWarnings("removal")
|
||||
SecurityManager sm = System.getSecurityManager();
|
||||
if (sm != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user