-
Sub-task
-
Resolution: Delivered
-
P4
-
11.0.14-oracle, 17.0.2, 18
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8285650 | 17.0.2 | Clifford Wayne | P4 | Closed | Delivered | |
JDK-8285649 | 11.0.14-oracle | Clifford Wayne | P4 | Closed | Delivered |
The ZIP file system provider has been changed to reject existing ZIP files that contain entries with "." or ".." in name elements. ZIP files with these entries cannot be used as a file system. Invoking the `java.nio.file.FileSystems.newFileSystem(...)` methods throw `ZipException` if the ZIP file contains these entries.
- backported by
-
JDK-8285649 Release Note: Zip File System Provider Throws ZipException When Entry Name Element Contains "." or ".."
-
- Closed
-
-
JDK-8285650 Release Note: Zip File System Provider Throws ZipException When Entry Name Element Contains "." or ".."
-
- Closed
-