setting for icedtea plugin

Jiri Vanek jvanek at redhat.com
Mon Feb 8 10:02:32 UTC 2016


On 02/07/2016 03:35 PM, Jacques Charpié wrote:
> Hi everybody,
>
> I’m not sure if this the right place to ask my question but here it is ;-)
Hello!
Yes, thsi si bes tlist ofr ITW.

>
> I’m using the java icedtea plugin in the iceweasel browser on a raspberry pi2 in order to display a java based HMI for a logic controller (PLC).  It works just fine.

What version are you using? The solution depends on it.
If you are using anythng older then 1.6.2, please update.
>
> My question:
>
> At every start, I have to authorize the plugin in the following window (here as an example)
>
> The application Webvisualization from http:/x.x.x.x/plc/webvisu.htm uses resources from the following remote locations:
>
> http:/x.x.x.x/plc
>
> Are you sure you want to run this application?   Yes No    =>  I have to click “yes”

Indeed it does.
>
> Question:   Is there a setting where to enable this webserver in a configuration so the java plugin can start automatically?

Those check was introduced in 1.5
in 1.5.x you should be able to to disable it by adding deloyment.manifest.attributes.check=false to ~/.config/icedtea-web/deployment.properties (or generally $XDG_CONFIG_DIR/icedtea-web/deployment.properties)
in 1.6.x  it is deloyment.manifest.attributes.check=NONE
Since  1.6 deloyment.manifest.attributes.check have more then true/false value. You can find the values in ITW man page/internal help/online help[1]

So instead of NONE  sue rather value whoc handles only your dialogue.


Since 1.7 (somwehere in 2016) I'm planing (is 4/5 implemented)to have on every dialog "rember me" checkbox.


Hope it helps, feel free to ask again or let me know if it do nto work for you. [2]
   J.


[1] http://icedtea.wildebeest.org/download/icedtea-web-docs/1.6.2/html/en/itweb-settings.html  i think yours one will be ALAC

[2] BEST solution which you can do, si to sign the application AND set correct ALAC manfest entry
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/security/manifest.html#app_library


More information about the distro-pkg-dev mailing list