[rfc][icedtea-web] Stripping semicolon tags from jar urls
Andrew Azores
aazores at redhat.com
Fri May 24 07:06:33 PDT 2013
As per this bug <https://bugzilla.redhat.com/show_bug.cgi?id=905074>,
added some logic to JNLP Parser to "strip" any characters after and
including semicolons following file extension for resource files. eg if
there is a file specified as "lib/application.jar;no_javaws_cheat" then
it will be parsed as "lib/application.jar" instead.
Changelog:
netx/net/sourceforge/jnlp/Parser.java
Andrew A
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130524/056d98d0/attachment.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: jar_name_semicolon_stripping.patch
Type: text/x-patch
Size: 929 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130524/056d98d0/jar_name_semicolon_stripping.patch
More information about the distro-pkg-dev
mailing list