diff options
| author | Simon Rettberg | 2022-02-14 15:02:24 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2022-02-14 15:02:24 +0100 |
| commit | add8bfad91cf6608d133d01673b822ac2e7e4b7f (patch) | |
| tree | 10f44d676e3f151d18dda7ba02bca62cd69e03f1 /src/main/java/org/openslx/firmware/QemuFirmware.java | |
| parent | Always pass charset in String constructor; don't treat strings as binary safe (diff) | |
| download | master-sync-shared-add8bfad91cf6608d133d01673b822ac2e7e4b7f.tar.gz master-sync-shared-add8bfad91cf6608d133d01673b822ac2e7e4b7f.tar.xz master-sync-shared-add8bfad91cf6608d133d01673b822ac2e7e4b7f.zip | |
AppUtil: Fix opening jar file if running from network share
Turning the URL of the jar into either an URI, or the URI into
a string results in a representation that the File constructor
cannot turn back into a meaningful path to the file.
Fix this by directly opening an InputStream from the URL
instance, without the File detour.
Diffstat (limited to 'src/main/java/org/openslx/firmware/QemuFirmware.java')
0 files changed, 0 insertions, 0 deletions
