IcedTea always ask for confirmation even when the security level is lowered, how to change this behavior?
Jiri Vanek
jvanek at redhat.com
Tue May 5 15:04:28 UTC 2015
On 05/05/2015 04:15 PM, Sudhir Reddy wrote:
> Hi All,
>
> I am running Ubuntu 14.04.1 32-bit LTS with following software:
>
> java version "1.7.0_79"
> OpenJDK Runtime Environment (IcedTea 2.5.5) (7u79-2.5.5-0ubuntu0.14.04.2)
> OpenJDK Server VM (build 24.79-b02, mixed mode)
> Firefox 35.0.1
>
> when I try to give print in one of my application, I see a pop prompt asking whether I am sure or
> not to run the application and it does not have a check-box to retain when I click yes or no. I
> tried to configure this behavior by running IcedTea Web Control Panel and updated following settings in
>
> /deployment.properties file/
> #Netx deployment configuration
> #Tue May 05 18:41:58 IST 2015
> /*deployment.security.level=ALLOW_UNSIGNED*/
> /*deployment.manifest.attributes.check=false*/
Hi!
You are already using lowest possible settings :(
Can you try with freshly released 1.6?
Just note -
deployment.manifest.attributes.check=false
changed type from boolean to enum. Now you need to use
deployment.manifest.attributes.check=NONE
Anyway - I already was once bugged by exactly same issue - tha application library allowable
codebase dialogue keep pooping up. But I was unable to reproduce.
If it will fail for you with 1.6 are you able to provide me accessible page where I can debug?
Thanx!
J.
> /*
> */
> /*.appletTrustSettings
> */
> /
> y 1427456521911 \Qhttp://www.w3.org/People/mimasa/test/object/java/clock\E
> <http://www.w3.org/People/mimasa/test/object/java/clock\E>
> \Qhttp://www.w3.org/People/mimasa/test/object/java/applets/\E
> <http://www.w3.org/People/mimasa/test/object/java/applets/\E>
> y 1427456607760 \Qhttp://www.cis.upenn.edu/~matuszek/General/JavaVersionTests/JavaTests.html\E
> <http://www.cis.upenn.edu/~matuszek/General/JavaVersionTests/JavaTests.html\E>
> \Qhttp://www.cis.upenn.edu/~matuszek/General/JavaVersionTests/\E
> <http://www.cis.upenn.edu/~matuszek/General/JavaVersionTests/\E>
> y 1427457003430 \Qhttp://www.javakode.com/applets/01-drawingLines/\E
> <http://www.javakode.com/applets/01-drawingLines/\E>
> \Qhttp://www.javakode.com/applets/01-drawingLines/\E
> <http://www.javakode.com/applets/01-drawingLines/\E>
> N 1427457060980 \Qhttp://www.javakode.com/applets/08-painting/\E
> <http://www.javakode.com/applets/08-painting/\E> \Qhttp://www.javakode.com/applets/08-painting/\E
> <http://www.javakode.com/applets/08-painting/\E>
> N 1427457217902 \Qhttp://csis.pace.edu/~bergin/Java/applets.htm\E
> <http://csis.pace.edu/~bergin/Java/applets.htm\E> \Qhttp://csis.pace.edu/~bergin/Java/\E
> <http://csis.pace.edu/~bergin/Java/\E>
> //This my application which I am trying to run
> N 1430829244195 \Qhttp://192.168.250.72:8080/\E.* <http://192.168.250.72:8080/\E.*>
> \Qhttp://192.168.250.72:8080/\E.* <http://192.168.250.72:8080/\E.*>
> /
>
> Can it possible to lower my secuirty settings and allow to run my application?
>
> Please find attached screenshots for the same.
>
>
>
> Any response on the same is highly appreciated!
>
> Thank you in advance,
>
> Sudhir
>
More information about the distro-pkg-dev
mailing list