aspose file tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Signed Applet Security Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Signed Applet Security" Watch "Signed Applet Security" New topic
Author

Signed Applet Security

Ashwin Pai
Ranch Hand

Joined: May 20, 2008
Posts: 90
Hi guys,

I have been reading about applet security and have a small confusion on the priv signed applets have regarding network connections.

1. Can a signed applet connect to a different machine/server (not the originating host)?
2. Also can an unsigned applet connect to originating host ?(I know it cant to others)?

Thanks
Ashwin


The only way to make your dream come true is to wake up.
Suresh patel
Ranch Hand

Joined: Sep 13, 2007
Posts: 32
Ashwin ,

Signed applet can connect to different machine/server.

Check this out

http://www.jguru.com/faq/view.jsp?EID=107008
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35442
    
    9
Unsigned applets can connect to the originating host.


Android appsImageJ pluginsJava web charts
Ashwin Pai
Ranch Hand

Joined: May 20, 2008
Posts: 90
Thanks a lot guys.
Ashwin
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Signed Applet Security
 
Similar Threads
Exception while running applets
Applet connectivity
SCEA 5/1 - Applet question
applet call to servlet (my http tunnel saga)
FTP Upload