Re: RFR: 8286594: (zipfs) Mention paths with dot elements in ZipException and cleanups

2022-05-14 Thread Christoph Langer
On Wed, 11 May 2022 19:20:15 GMT, Lance Andersen wrote: >> This augments the ZipException upon rejecting a Zip File containing entry >> names with "." or ".." elements. >> >> It furthermore tries to clean up & compact the logic for detecting "." and >> ".." and it adds a method

Re: RFR: 8286594: (zipfs) Mention paths with dot elements in ZipException and cleanups

2022-05-12 Thread Christoph Langer
On Thu, 12 May 2022 15:07:29 GMT, Sean Mullan wrote: > A more descriptive title for the bug report would be helpful. Fixed. - PR: https://git.openjdk.java.net/jdk/pull/8655