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