# HG changeset patch # User asaha # Date 1337880201 25200 # Node ID f752266353856e1efb432eb69f420fc89d028aaa # Parent e915a5b3885c60bbf351ddd7ee87192d7e8eaa77 7171228: closed/java/lang/SecurityManager/CheckPackageDefinition.java failure Reviewed-by: mullan diff -r e915a5b3885c -r f75226635385 jdk/src/share/lib/security/java.security --- a/jdk/src/share/lib/security/java.security Mon May 21 15:13:13 2012 -0700 +++ b/jdk/src/share/lib/security/java.security Thu May 24 10:23:21 2012 -0700 @@ -135,7 +135,7 @@ # by default, none of the class loaders supplied with the JDK call # checkPackageDefinition. # -package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio. +package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils. # # Determines whether this properties file can be appended to diff -r e915a5b3885c -r f75226635385 jdk/src/share/lib/security/java.security-macosx --- a/jdk/src/share/lib/security/java.security-macosx Mon May 21 15:13:13 2012 -0700 +++ b/jdk/src/share/lib/security/java.security-macosx Thu May 24 10:23:21 2012 -0700 @@ -133,10 +133,10 @@ # corresponding RuntimePermission ("defineClassInPackage."+package) has # been granted. # -# by default, no packages are restricted for definition, and none of -# the class loaders supplied with the JDK call checkPackageDefinition. +# by default, none of the class loaders supplied with the JDK call +# checkPackageDefinition. # -#package.definition= +package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,apple.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils. # # Determines whether this properties file can be appended to diff -r e915a5b3885c -r f75226635385 jdk/src/share/lib/security/java.security-solaris --- a/jdk/src/share/lib/security/java.security-solaris Mon May 21 15:13:13 2012 -0700 +++ b/jdk/src/share/lib/security/java.security-solaris Thu May 24 10:23:21 2012 -0700 @@ -137,7 +137,7 @@ # by default, none of the class loaders supplied with the JDK call # checkPackageDefinition. # -package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio. +package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils. # # Determines whether this properties file can be appended to diff -r e915a5b3885c -r f75226635385 jdk/src/share/lib/security/java.security-windows --- a/jdk/src/share/lib/security/java.security-windows Mon May 21 15:13:13 2012 -0700 +++ b/jdk/src/share/lib/security/java.security-windows Thu May 24 10:23:21 2012 -0700 @@ -136,7 +136,7 @@ # by default, none of the class loaders supplied with the JDK call # checkPackageDefinition. # -package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio. +package.definition=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.,com.sun.org.apache.xerces.internal.utils.,com.sun.org.apache.xalan.internal.utils. # # Determines whether this properties file can be appended to