Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8223771 (zipfs) FileSystemProvider.newFileSystem(Path, Map) should throw IOException when called with a file that cannot be open
  3. JDK-8231899

Release Note: Zip File System Throws java.nio.file.NoSuchFileException When the File Does Not Exist and Is Not Being Created

XMLWordPrintable

    • Verified

      The Zip File System has been updated to throw `java.nio.file.NoSuchFileException` (a subclass of `IOException`), when `java.nio.file.FileSystems.newFileSystem` is used to create a new file system; the specified Zip or JAR file does not exist, and the Zip provider property `create` is not set to `true`.

            lancea Lance Andersen
            lancea Lance Andersen
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: