[rfc][icedtea-web] Fix for PR1592 and jnlp applets/applications
Jiri Vanek
jvanek at redhat.com
Wed Dec 11 07:57:16 PST 2013
On 12/09/2013 05:25 PM, Andrew Azores wrote:
> Hi,
>
> The fix for PR1592 currently only affects plugin applets. The attached patch fixes this so that it
> also enables the same functionality when launching from JNLP, as well as the fix for the reproducer
> to expect this behaviour.
>
> Thanks,
>
I forgot to mention - the tests will need a bit of update:
You should verify various states of requested permissions.
probably just:
a)signed x unsigned x requesting permissions
b)signed x unsigned x not requesting permissions
a x signed doing something "forbidden" , unsigned doing something "forbidden"
b x signed doing something "forbidden" , unsigned doing something "forbidden"
a x signed doing something not "forbidden" , unsigned doing something not "forbidden"
b x signed doing something not "forbidden" , unsigned doing something not "forbidden"
and the ways when call is via second jar, and calls via reflection.
It should be just multiplication of your lready existing usecases.
Thanx,
j.
More information about the distro-pkg-dev
mailing list