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: JSP Servlet container / WEB server


>>>>> "Mohan" == Mohan Embar <gnustuff@thisiscool.com> writes:

>> This is true.  The gcj libraries don't implement the Java security
>> sandbox.

Mohan> Do they not implement this at all?

There's some support, but it isn't complete.  The current security
to-do list is:

* Add missing security checks (I checked in a patch yesterday that
  added a lot of them, but there are still a couple missing)

* Implement AccessController (thanks to Mark for pointing this out)

* Implement StackOverflowError

* Fix remaining verifier bugs (I have an unfinished patch that leaks
  memory...)

* Test, test, test

* Real security audit

If you want precompilation to be secure, add:

* Fix known bugs in gcj verifier

Tom


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