[Bug 1465] java.io.FileNotFoundException while trying to download a JAR file
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Fri May 31 05:01:04 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1465
--- Comment #2 from thomas at m3y3r.de ---
The problem is this method: "UrlUtils.normalizeUrl(URL)", called via this
stacktrace:
Thread [javaclient applet] (Suspended)
owns: ReentrantLock (id=110)
UrlUtils.normalizeUrl(URL, boolean) line: 106
UrlUtils.normalizeUrl(URL) line: 116
ResourceTracker.addResource(URL, Version, DownloadOptions, UpdatePolicy)
line: 184
JNLPClassLoader.initializeResources() line: 640
JNLPClassLoader.<init>(JNLPFile, UpdatePolicy, String) line: 249
JNLPClassLoader.createInstance(JNLPFile, UpdatePolicy, String) line: 382
JNLPClassLoader.getInstance(JNLPFile, UpdatePolicy, String) line: 444
JNLPClassLoader.getInstance(JNLPFile, UpdatePolicy) line: 420
Launcher.createApplet(JNLPFile, boolean, Container) line: 751
Launcher.getApplet(JNLPFile, boolean, Container) line: 713
Launcher$TgThread.run() line: 942
The URL:
"https://example.com/,DSID=64c19c5b657df383835706571a7c7216,DanaInfo=example.com,CT=java+JICAComponents/JICA-sicaN.jar"
get converted into
"https://example.com/,DSID=64c19c5b657df383835706571a7c7216,DanaInfo=example.com,CT=java%20JICAComponents/JICA-sicaN.jar"
which is, I think, not correct.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130531/48a28454/attachment.html
More information about the distro-pkg-dev
mailing list