This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gij -Djava.security.manager ?


On Mon, Jun 12, 2006 at 10:18:53AM +0100, Gary Benson wrote:
> Michael Koch wrote:
> > The standard applet security manager is different from the standard
> > security manager used when -Djava.security.manager is used. Just to
> > reduce confusion on this.
> 
> What does the applet security manager do that couldn't be done with
> the normal security manager with the appropriate policy?

AFAIK the applet security manager allows network connections back to the
server it got loaded from by default. The default security manager
shouldn't allow any network connections by default.


Cheers,
Michael
-- 
http://www.worldforge.org/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]