This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: gij -Djava.security.manager ?
- From: Tom Tromey <tromey at redhat dot com>
- To: Thomas Johnsson <thomas at gatespacetelematics dot com>
- Cc: java at gcc dot gnu dot org
- Date: 09 Jun 2006 15:23:57 -0600
- Subject: Re: gij -Djava.security.manager ?
- References: <448935B2.2020103@gatespacetelematics.com>
- Reply-to: tromey at redhat dot com
>>>>> "Thomas" == Thomas Johnsson <thomas@gatespacetelematics.com> writes:
Thomas> gij/gcj does not seem to take any notice of -Djava.security.manager :
Yes, we haven't implemented this.
I'm not sure whether we have an applet security manager yet. If we
do, implementing support for this property should be easy. If
not... then it probably has to wait a bit.
Would you mind filing a PR for this? We track all the
security-related problems and there is work going on in this area
now...
Tom