[rfc][icedtea-web] Stripping semicolon tags from jar urls

Andrew Azores aazores at redhat.com
Mon Jun 3 10:06:05 PDT 2013


Changelog:

* netx/net/sourceforge/jnlp/Parser.java: added call to 
UrlUtils.stripSemicolon()
* netx/net/sourceforge/jnlp/util/UrlUtils.java: added method 
stripSemicolon()

* tests/netx/unit/net/sourceforge/jnlp/ParserBasic.java: added tests for 
Parser.getUrl()
* tests/netx/unit/net/sourceforge/jnlp/basic.jnlp: added case for 
ParserBasic
* tests/netx/unit/net/sourceforge/jnlp/util/UrlUtilsTest.java: added 
tests for UrlUtils.stripSemicolon()

* 
tests/reproducers/simple/StripSemicolons/testcases/StripSemicolonsTest.java: 
added reproducer for UrlUtils.stripSemicolon()
* tests/reproducers/simple/StripSemicolons/srcs/StripSemicolons.java: 
class used in reproducer above
* 
tests/reproducers/simple/StripSemicolons/resources/stripsemicolons.jnlp: 
jnlp used to reference class above


Created unit tests and reproducer for this change, which has also been 
moved out into UrlUtils.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: basic.jnlp.patch
Type: text/x-patch
Size: 568 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130603/e315300c/basic.jnlp.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Parser.java.patch
Type: text/x-patch
Size: 1076 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130603/e315300c/Parser.java.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ParserBasic.java.patch
Type: text/x-patch
Size: 3799 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130603/e315300c/ParserBasic.java.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stripsemicolons.jnlp.patch
Type: text/x-patch
Size: 2502 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130603/e315300c/stripsemicolons.jnlp.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StripSemicolons.java.patch
Type: text/x-patch
Size: 2194 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130603/e315300c/StripSemicolons.java.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: StripSemicolonsTest.java.patch
Type: text/x-patch
Size: 3566 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130603/e315300c/StripSemicolonsTest.java.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: UrlUtils.java.patch
Type: text/x-patch
Size: 1209 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130603/e315300c/UrlUtils.java.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: UrlUtilsTest.java.patch
Type: text/x-patch
Size: 2238 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130603/e315300c/UrlUtilsTest.java.patch 


More information about the distro-pkg-dev mailing list