Hi!
If a param value in the JNLP file is changed, it asks on each start "Do you want to run this application ?".
Even if "Do not show this again for this app from the publisher above" is checked, it asks this each time.
I read
Signing JNLP file with dynamic arguments and
JDK-8199731 "Checkbox "do not show this again for apps from the publisher and location above" not working" but can not make it to work.
It seems the
jnlp.secure.argument thing only works for changes in <argument> elements, but not in <param> elements that are used for <applet-desc>.
So, does anyone know how to pass a dynamic parameter to an
applet started by JNLP file, without asking the user each time for approval?
I should work on
Java 8u171 (or later).
Regards,
David