Is it ok for an application (or applet) on my machine (stranger) to talk to
mom (server from which the Applet was loaded). Let say I have the password
and ID of the mom.
JP
"Roedy Green" <see@mindprod.com.invalid> a ?crit dans le message de to talk
to
> mom, (server from which the Applet was loaded)
news:rko290574pnc8ircm4nok4dpb6o9prgice@4ax.com...
> > Is communication with an applet on
> >my machine (and reverse) possible, if I give socket permission to applet
> >from my website. Someone knows a tutorial on this?
>
> Applets do this all the time without permission. It ok but it not ok to
talk
> to strangers unless you are signed and have permission.
>
[quoted text clipped - 5 lines]
> Coaching, problem solving, economical contract programming.
> See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Roedy Green - 30 Apr 2004 00:27 GMT
On Thu, 29 Apr 2004 17:17:52 -0400, "Québec" <notAgain@enough.ca>
wrote or quoted :
>Is it ok for an application (or applet) on my machine (stranger) to talk to
>mom (server from which the Applet was loaded). Let say I have the password
>and ID of the mom.
Applications can talk to whomever they please, so long as they have
the passwords.
Applets can only talk to mom, unless they are signed.
see http://mindprod.com/jgloss/applet.html
http://mindprod.com/jgloss/signedapplets.html
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Qu?bec - 30 Apr 2004 12:06 GMT
Ok.
Jp
> >Is it ok for an application (or applet) on my machine (stranger) to talk to
> >mom (server from which the Applet was loaded). Let say I have the password
[quoted text clipped - 11 lines]
> Coaching, problem solving, economical contract programming.
> See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Michel Gallant - 30 Apr 2004 14:12 GMT
Here is an example of an applet (for JPI 1.3+)
which can call to mom, pop, or any unknown relatives :-)
http://www.jensign.com/JavaScience/www/httpapplug
It simply returns the http headers returned by a host web server
you specify.
- Mitch Gallant
> Ok.
>
[quoted text clipped - 17 lines]
> > Coaching, problem solving, economical contract programming.
> > See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Michael Amling - 30 Apr 2004 14:53 GMT
> Here is an example of an applet (for JPI 1.3+)
> which can call to mom, pop, or any unknown relatives :-)
> http://www.jensign.com/JavaScience/www/httpapplug
> It simply returns the http headers returned by a host web server
> you specify.
Note that when the dialog comes up, if you press the "Deny" button,
the applet runs, but only headers from www.jensign.com are displayed. Whew!
--Mike Amling
Michel Gallant - 30 Apr 2004 15:01 GMT
What's the surprise?
If you are talking about the security dialog "Deny" button, that means that the
applet can still run, but only in sandboxed mode. It simply won't be given extended privileges.
A developer could of course choose to catch and display appropiate info to the user, but these
samples are mimimal samples only.
- Mitch
> > Here is an example of an applet (for JPI 1.3+)
> > which can call to mom, pop, or any unknown relatives :-)
[quoted text clipped - 6 lines]
>
> --Mike Amling
Qu?bec - 01 May 2004 14:56 GMT
I have
plugin 1.4_03
The certificate has not been verified it will be considered has non signed.
Click OK
The applet does not seem to work.
> What's the surprise?
> If you are talking about the security dialog "Deny" button, that means that the
[quoted text clipped - 13 lines]
> >
> > --Mike Amling
Michel Gallant - 01 May 2004 16:41 GMT
I guess Sun changed the rules again about trustability.
With JPI 1.4.2_-2, the user has the option to trust the signature,
and allow permissions, even without the issuing cert being present
in the trusted cacerts file:
http://www.jensign.com/JavaScience/trust.jpg
- Mitch
> I have
>
[quoted text clipped - 25 lines]
> > >
> > > --Mike Amling
Qu?bec - 01 May 2004 19:57 GMT
It works now. I deleted the corrupted cacert file and it has been recreted
by the plugin.
> I guess Sun changed the rules again about trustability.
> With JPI 1.4.2_-2, the user has the option to trust the signature,
[quoted text clipped - 33 lines]
> > > >
> > > > --Mike Amling