You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by py...@apache.org on 2006/10/31 18:49:44 UTC

svn commit: r469581 - /incubator/harmony/enhanced/classlib/trunk/depends/files/java.security

Author: pyang
Date: Tue Oct 31 09:49:42 2006
New Revision: 469581

URL: http://svn.apache.org/viewvc?view=rev&rev=469581
Log:
Add system.scope property, which is used to specify the implementation class of IdentityScope

Modified:
    incubator/harmony/enhanced/classlib/trunk/depends/files/java.security

Modified: incubator/harmony/enhanced/classlib/trunk/depends/files/java.security
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/depends/files/java.security?view=diff&rev=469581&r1=469580&r2=469581
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/depends/files/java.security (original)
+++ incubator/harmony/enhanced/classlib/trunk/depends/files/java.security Tue Oct 31 09:49:42 2006
@@ -100,3 +100,6 @@
 ssl.KeyManagerFactory.algorithm=X509
 ssl.TrustManagerFactory.algorithm=X509
 
+# system.scope is used to specify implementation class of IdentityScope
+# this class should can be loaded by boot classloader
+system.scope=org.apache.harmony.security.SystemScope