jdk/src/share/lib/security/java.security
changeset 13042 44d134b0557e
parent 13035 27b066eebe1f
parent 12446 69b93f3b9f85
child 13046 f75226635385
equal deleted inserted replaced
13041:8477cb6992be 13042:44d134b0557e
   121 # List of comma-separated packages that start with or equal this string
   121 # List of comma-separated packages that start with or equal this string
   122 # will cause a security exception to be thrown when
   122 # will cause a security exception to be thrown when
   123 # passed to checkPackageAccess unless the
   123 # passed to checkPackageAccess unless the
   124 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   124 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   125 # been granted.
   125 # been granted.
   126 package.access=sun.,com.sun.xml.internal.ws.,com.sun.xml.internal.bind.,com.sun.imageio.
   126 package.access=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.
   127 
   127 
   128 #
   128 #
   129 # List of comma-separated packages that start with or equal this string
   129 # List of comma-separated packages that start with or equal this string
   130 # will cause a security exception to be thrown when
   130 # will cause a security exception to be thrown when
   131 # passed to checkPackageDefinition unless the
   131 # passed to checkPackageDefinition unless the