mirror of
https://github.com/corda/corda.git
synced 2025-02-09 12:21: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");
|
||||
}
|
||||
|
||||
url.set("jar", "", -1, s, null);
|
||||
url.set("jar", null, -1, s, null);
|
||||
}
|
||||
|
||||
private static class MyJarURLConnection extends JarURLConnection {
|
||||
|
Loading…
x
Reference in New Issue
Block a user