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