equal
deleted
inserted
replaced
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 |