equal
deleted
inserted
replaced
143 # List of comma-separated packages that start with or equal this string |
143 # List of comma-separated packages that start with or equal this string |
144 # will cause a security exception to be thrown when |
144 # will cause a security exception to be thrown when |
145 # passed to checkPackageAccess unless the |
145 # passed to checkPackageAccess unless the |
146 # corresponding RuntimePermission ("accessClassInPackage."+package) has |
146 # corresponding RuntimePermission ("accessClassInPackage."+package) has |
147 # been granted. |
147 # been granted. |
148 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. |
148 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.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal. |
149 |
149 |
150 # |
150 # |
151 # List of comma-separated packages that start with or equal this string |
151 # List of comma-separated packages that start with or equal this string |
152 # will cause a security exception to be thrown when |
152 # will cause a security exception to be thrown when |
153 # passed to checkPackageDefinition unless the |
153 # passed to checkPackageDefinition unless the |
155 # been granted. |
155 # been granted. |
156 # |
156 # |
157 # by default, none of the class loaders supplied with the JDK call |
157 # by default, none of the class loaders supplied with the JDK call |
158 # checkPackageDefinition. |
158 # checkPackageDefinition. |
159 # |
159 # |
160 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. |
160 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.,com.sun.org.glassfish.external.,com.sun.org.glassfish.gmbal. |
161 |
161 |
162 # |
162 # |
163 # Determines whether this properties file can be appended to |
163 # Determines whether this properties file can be appended to |
164 # or overridden on the command line via -Djava.security.properties |
164 # or overridden on the command line via -Djava.security.properties |
165 # |
165 # |