How to make Java web start doesn't pop up security setting  
Author Message
jrefactors





PostPosted: 2004-11-29 23:34:00 Top

java-programmer, How to make Java web start doesn't pop up security setting Everytime when we first launched Java web start, it will pop up a
security setting dialog box. I heard there are some way to disable it.

Any ideas? Please advise.
thanks!!
 
Andrew Thompson





PostPosted: 2004-11-30 0:08:00 Top

java-programmer >> How to make Java web start doesn't pop up security setting On 29 Nov 2004 07:33:43 -0800, Matt wrote:

> Everytime when we first launched Java web start, it will pop up a
> security setting dialog box. I heard there are some way to disable it.

You heard wrong.

That is to warn the user they are about to accept code
that might upload their personal details before formatting
their drives.

So in short, no. Or if you find a way of doing it, let us
know so that we can demand a patch from Sun.

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
 
bcd





PostPosted: 2004-11-30 0:17:00 Top

java-programmer >> How to make Java web start doesn't pop up security setting In article <email***@***.com>,
Matt <email***@***.com> wrote:
>Everytime when we first launched Java web start, it will pop up a
>security setting dialog box. I heard there are some way to disable it.

I'm not exactly sure what you mean. However, if your web start apps
don't request any permissions from the host system, they will download
and start without asking the user any questions.

If they do request permissions and are NOT signed, they will just
plain old don't start.

If they request permissions and are signed, the user will tend to be
asked whether or not to accept the installation. I don't know if you
can pre-approve certain certificates. If you can, then presumably it
would be possible to have a web start app that requests permissions of
the system to install without prompting the user.

Cheers
Bent D
--
Bent Dalager - email***@***.com - http://www.pvv.org/~bcd
powered by emacs
 
 
Andrew Thompson





PostPosted: 2004-11-30 0:32:00 Top

java-programmer >> How to make Java web start doesn't pop up security setting On Mon, 29 Nov 2004 16:17:02 +0000 (UTC), Bent C Dalager wrote:

> If they request permissions and are signed, the user will tend to be
> asked

The user *will* be asked. No tendency about it, though..

>..whether or not to accept the installation. I don't know if you
> can pre-approve certain certificates.

..the user can choose to 'Trust all code from this supplier'
to avoid prompts for later JWS installs.

--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane