| Author |
Disable JWS Auth dialog
|
Fabio Piergentili
Ranch Hand
Joined: Sep 04, 2009
Posts: 57
|
|
I am using a Java swing application with tomcat. When using JNLP an authorization dialog is launched. I am using my own and can't seem to find a way to disable it via the jnlp deployment file. Does anyone know of a configuration paramter to set in the jnlp deployment file to disable it?
Thank You
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 7602
|
|
|
Are you signing the jar file?
|
[Donate a pint, save a life!] [How to ask questions]
|
 |
Fabio Piergentili
Ranch Hand
Joined: Sep 04, 2009
Posts: 57
|
|
|
yes
|
 |
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 7602
|
|
|
As far as I know, because of the sandbox and security restrictions, there is no way to avoid the dialog. However, on the client machine, I remember seeing a setting in the java control panel where it offers a choice to not always allow, prompt user or never allow jnlp. But then this would mean you would have to manually set it on all the client machines.
|
 |
 |
|
|
subject: Disable JWS Auth dialog
|
|
|