Message4488

Author jamesr
Recipients fwierzbicki, jamesr, pjenvey, zyasoft
Date 2009-04-08.15:26:04
SpamBayes Score 2.0374913e-10
Marked as misclassified No
Message-id <1239204365.58.0.523945092009.issue1188@psf.upfronthosting.co.za>
In-reply-to
Content
This is for the security policy in the Google App Engine.  It can
roughly be recreated by forbidding all write access to disk and read
access outside the working directory (which makes some
File.isDirectory() checks fail).  The additional changes are because
SecureClassLoader and Compiler are not on the JRE whitelist. 
Compiler.compileClass() is documented to be a no-op, so I do not think
removing it is an issue.  URLClassLoader should work just as well as
SecureClassLoader.
History
Date User Action Args
2009-04-08 15:26:05jamesrsetmessageid: <1239204365.58.0.523945092009.issue1188@psf.upfronthosting.co.za>
2009-04-08 15:26:05jamesrsetrecipients: + jamesr, fwierzbicki, pjenvey, zyasoft
2009-04-08 15:26:05jamesrlinkissue1188 messages
2009-04-08 15:26:04jamesrcreate