mirror of
https://github.com/corda/corda.git
synced 2025-02-13 14:16:22 +00:00
Do not report jar: URLs as jar://file:...
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
parent
a2feec0bab
commit
002b0db43a
@ -42,7 +42,7 @@ public class Handler extends URLStreamHandler {
|
|||||||
("protocol " + file.getProtocol() + " not yet supported");
|
("protocol " + file.getProtocol() + " not yet supported");
|
||||||
}
|
}
|
||||||
|
|
||||||
url.set("jar", "", -1, s, null);
|
url.set("jar", null, -1, s, null);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static class MyJarURLConnection extends JarURLConnection {
|
private static class MyJarURLConnection extends JarURLConnection {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user