Browse Source
Previously, calling getComment() on a nested jar file would result in the outer jar file's comment being returned. This commit updates the loader's JarFile to read the file's comment from the central directory end record and return it from getComment(). Fixes gh-18128pull/18464/head
4 changed files with 23 additions and 0 deletions
Loading…
Reference in new issue