[Bug 1523] New: can't load applet with plus (+) in the url
bugzilla-daemon at icedtea.classpath.org
bugzilla-daemon at icedtea.classpath.org
Thu Aug 15 15:51:02 PDT 2013
http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1523
Bug ID: 1523
Summary: can't load applet with plus (+) in the url
Classification: Unclassified
Product: IcedTea-Web
Version: 1.4
Hardware: x86_64
OS: Linux
Status: NEW
Severity: major
Priority: P3
Component: Plugin
Assignee: dbhole at redhat.com
Reporter: samuel-icedtea at sieb.net
CC: unassigned at icedtea.classpath.org
If the applet path contains a + symbol, it gets converted to %20 and the
download fails.
This is caused by netx/net/sourceforge/jnlp/cache/ResourceTracker.java
addResource calling UrlUtils.normalizeUrl. I know that + used to substitute
for a space, but from the RFCs there is no indication that that is correct. At
least firefox and chrome and apache accept having a + in the url without
converting it.
--
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/20130815/6d1cad1b/attachment.html
More information about the distro-pkg-dev
mailing list