RFR: 8344183: (zipfs) SecurityManager cleanup in the ZipFS area [v2]

Eirik Bjørsnøs eirbjo at openjdk.org
Thu Nov 14 19:40:12 UTC 2024


On Thu, 14 Nov 2024 19:21:32 GMT, Sean Mullan <mullan at openjdk.org> wrote:

> Ok, but your change did not check `UnsupportedOperationException.getCause() instanceof NoSuchFileException`, it just checked if the exception was `NoSuchFileException`.

For the record, there was a typo in my comment, I meant to say `PrivilegedActionException. getCause() instanceof ..`.

...but yes, this doesn't matter now that we agree to not fix this code.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/22101#discussion_r1842793434


More information about the core-libs-dev mailing list