-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the getInputStream method on EmbeddedJars to just use the Jar…
…File.getInputStream for a entry by name, rather than parsing thru them. This Is fixing a problem where sometimes a JAR file in constructed in such a way that JarInputStream can't seem to process it correctly, possibly due to the order of the entries inside. (Possibly related to this: https://bugs.openjdk.org/browse/JDK-8031748 )
- Loading branch information
1 parent
06f080e
commit a568356
Showing
1 changed file
with
9 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters