[RFC][icedtea-web]: Added signed jnlp tests for applications using multiple jars
Saad Mohammad
smohammad at redhat.com
Wed Sep 5 12:54:04 PDT 2012
On 08/13/2012 04:05 PM, Adam Domurad wrote:
> I'm afraid you'll have to elaborate on this because I'm not aware of
> when jnlp files are classified as signed.
Hi Adam,
Sorry for the late reply and all the confusion. I updated the patch with major
changes that includes additional comments and better file names. I think this
patch will be much easier to understand. Sorry again for the confusion.
The purpose of these tests, in the simplest form, is to ensure _only_ the main
jar (jar with the main class) is checked (and correctly validated) for a signed
jnlp file. This test covers three grounds:
1) Main jar with a signed jnlp application is correctly validated,
ignoring the other jars that may have a signed jnlp file.
2) Main jar with a signed jnlp application_template is correctly
validated with same rules as above.
3) Signed jnlp file check is skipped and ignored with an application
that's main jar does not contain any signed jnlp file, _but_ other
jars do.
I am using reflection with 3 different classes to ensures that other jars with
the required classes are correctly loaded during runtime.
I hope this clear things out. Please let me know if you have any other questions.
Changelog:
2012-09-05 Saad Mohammad <smohammad at redhat.com>
Added signed jnlp tests for applications with multiple jar resources.
*
tests/reproducers/signed/MultiJar-NoSignedJnlp/resources/MainJarWithoutSignedJnlp.jnlp:
Launching jnlp file that's main jar does not have a signed jnlp file, but
other jar resources do.
* tests/reproducers/signed/MultiJar-NoSignedJnlp/srcs/SimpleApplication.java:
A class that uses reflection to access resources from different jars.
*
tests/reproducers/signed/MultiJar-SignedJnlpApplication/resources/MainJarWithMatchingSignedJnlpApplication.jnlp:
Launching jnlp file that's main jar matches the signed jnlp application
file.
*
tests/reproducers/signed/MultiJar-SignedJnlpApplication/resources/MainJarWithUnmatchingSignedJnlpApplication.jnlp:
Launching jnlp file that's main jar does not match the signed jnlp
application file.
*
tests/reproducers/signed/MultiJar-SignedJnlpApplication/srcs/JNLP-INF/APPLICATION.jnlp:
Signed JNLP application file for MultiJar-SignedJnlpApplication.
*
tests/reproducers/signed/MultiJar-SignedJnlpApplication/srcs/SignedJnlpApplication.java:
A class that uses reflection to access resources from different jars.
*
tests/reproducers/signed/MultiJar-SignedJnlpApplication/testcases/MultiJarSignedJnlpTest.java:
Testcase that tests the launch and validation of signed jnlp files for
application that have multiple jar resources.
*
tests/reproducers/signed/MultiJar-SignedJnlpTemplate/resources/MainJarWithMatchingSignedJnlpTemplate.jnlp:
Launching jnlp file that's main jar matches the signed jnlp application
template file.
*
tests/reproducers/signed/MultiJar-SignedJnlpTemplate/resources/MainJarWithUnmatchingSignedJnlpTemplate.jnlp:
Launching jnlp file that's main jar does not match the signed jnlp
application template file.
*
tests/reproducers/signed/MultiJar-SignedJnlpTemplate/srcs/JNLP-INF/APPLICATION_TEMPLATE.jnlp:
Signed JNLP application template file for MultiJar-SignedJnlpTemplate.jar
*
tests/reproducers/signed/MultiJar-SignedJnlpTemplate/srcs/SignedJnlpTemplate.java:
A class that uses reflection to access resources from different jars.
--
Cheers,
Saad Mohammad
-------------- next part --------------
A non-text attachment was scrubbed...
Name: changelog0-1.patch
Type: text/x-patch
Size: 2372 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120905/f6b8f535/changelog0-1.patch
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch0-7.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url : http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20120905/f6b8f535/patch0-7.patch
More information about the distro-pkg-dev
mailing list