[icedtea-web] RFC: PR804
Omair Majid
omajid at redhat.com
Tue Oct 18 15:05:21 PDT 2011
Hi,
The attached patch fixes PR804, which is a bug in the javaws launcher.
The launcher was eating up spaces in arguments, which caused problems
when javaws was used to run jnlp files which included spaces. The fix
uses bash arrays to hold and build the command to execute to ensure that
spaces are handled correctly.
Please note that this switches the interpreter used in javaws from sh to
bash.
I would like to push this to HEAD and backport it to 1.1 as well.
ChangeLog:
2011-10-18 Omair Majid <omajid at redhat.com>
* launcher/javaws.in: Use bash arrays to store and join the various
arguments to ensure spaces are handled correctly.
Any thoughts or concerns?
Cheers,
Omair
-------------- next part --------------
A non-text attachment was scrubbed...
Name: icedtea-web-launcher-space-fix.patch
Type: text/x-patch
Size: 1499 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20111018/e37cc02e/icedtea-web-launcher-space-fix.patch
More information about the distro-pkg-dev
mailing list