On Mon, 9 May 2022 22:32:57 GMT, Christoph Langer <[email protected]> wrote:
> @LanceAndersen @AlanBateman do you think adding the entry name in the > exception in ZipFileSystem is ok? If so, should it maybe go into a different > patch? It should be okay as this is the name of an entry in the zip file. It might be a bit cleaner to add a method to IndexNode to return the name as String. Alternatively maybe its toString could be changed to drop the index (I would need to dig into the history to find out if there is really any use for that in the String representation). ------------- PR: https://git.openjdk.java.net/jdk/pull/8616
