[commit-cp] classpath ChangeLog vm/reference/java/security/...

Andrew John Hughes <[email protected]> Fri, 03 Dec 2010 01:02:05 +0000
Newsgroups gmane.comp.java.classpath.cvs
Message-ID <[email protected]>
CVSROOT:	/sources/classpath
Module name:	classpath
Changes by:	Andrew John Hughes <gnu_andrew>	10/12/03 01:02:05

Modified files:
	.              : ChangeLog 
	vm/reference/java/security: VMAccessController.java 

Log message:
	PR46775: Ensure use of setPolicy is reflected by the default SecurityManager.
	
	2010-12-02  Andrew John Hughes  <[email protected]>
	
		PR classpath/46775
		* vm/reference/java/security/VMAccessController.java:
		(DEFAULT_CONTEXT): Create ProtectionDomain with
		four argument constructor (arguments are the same
		as those implied by the two argument constructor).
		(getContext()): Create ProtectionDomain instances
		with four argument constructor using a null Principal
		array (as before) but including the classloader, which
		was always null before.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.9804&r2=1.9805
http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/security/VMAccessController.java?cvsroot=classpath&r1=1.8&r2=1.9