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

Andrew Azores aazores at redhat.com
Thu Jun 6 08:07:53 PDT 2013


Changelog:

* tests/test-extensions/net/sourceforge/jnlp/TinyHttpdImpl.java: added 
stripHttpPathParams method to remove semicolon-delimited "tags" from end 
of JAR URLs

* 
tests/test-extensions-tests/net/sourceforge/jnlp/ServerAccessTest.java: 
added test case for new method in TinyHttpdImpl

* 
tests/reproducers/simple/StripHttpPathParams/resources/StripHttpPathParams.html: 
browser-launched applet test case for reproducer
* 
tests/reproducers/simple/StripHttpPathParams/resources/StripHttpPathParams.jnlp: 
JNLP test case for reproducer
* 
tests/reproducers/simple/StripHttpPathParams/srcs/StripHttpPathParams.java: 
reproducer
* 
tests/reproducers/simple/StripHttpPathParams/testcases/StripHttpPathParamsTest.java: 
reproducer


Moved the semicolon-stripping logic out of Parser since it turns out it 
wasn't needed there anymore, but it was needed for TinyHttpdImpl. 
Changed unit testing to target this instead. Fixed existing reproducer 
and added HTML applet test case.

Andrew A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix.patch
Type: text/x-patch
Size: 2144 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130606/7d3a09b1/fix.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: reproducer.patch
Type: text/x-patch
Size: 10371 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130606/7d3a09b1/reproducer.patch 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: unit_test.patch
Type: text/x-patch
Size: 1604 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20130606/7d3a09b1/unit_test.patch 


More information about the distro-pkg-dev mailing list