You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst working on #17796 I noticed that we don't fail operations when the JarFile has been closed. The JDK has an ensureOpen method in ZipFile that we should mimic.
The text was updated successfully, but these errors were encountered:
Whilst working on #17796 I noticed that we don't fail operations when the
JarFile
has been closed. The JDK has anensureOpen
method inZipFile
that we should mimic.The text was updated successfully, but these errors were encountered: