145 # List of comma-separated packages that start with or equal this string |
145 # List of comma-separated packages that start with or equal this string |
146 # will cause a security exception to be thrown when |
146 # will cause a security exception to be thrown when |
147 # passed to checkPackageAccess unless the |
147 # passed to checkPackageAccess unless the |
148 # corresponding RuntimePermission ("accessClassInPackage."+package) has |
148 # corresponding RuntimePermission ("accessClassInPackage."+package) has |
149 # been granted. |
149 # been granted. |
150 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. |
150 package.access=sun.,\ |
|
151 com.sun.xml.internal.,\ |
|
152 com.sun.imageio.,\ |
|
153 com.sun.org.apache.xerces.internal.utils.,\ |
|
154 com.sun.org.apache.xalan.internal.utils.,\ |
|
155 com.sun.org.glassfish.external.,\ |
|
156 com.sun.org.glassfish.gmbal. |
151 |
157 |
152 # |
158 # |
153 # List of comma-separated packages that start with or equal this string |
159 # List of comma-separated packages that start with or equal this string |
154 # will cause a security exception to be thrown when |
160 # will cause a security exception to be thrown when |
155 # passed to checkPackageDefinition unless the |
161 # passed to checkPackageDefinition unless the |
157 # been granted. |
163 # been granted. |
158 # |
164 # |
159 # by default, none of the class loaders supplied with the JDK call |
165 # by default, none of the class loaders supplied with the JDK call |
160 # checkPackageDefinition. |
166 # checkPackageDefinition. |
161 # |
167 # |
162 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. |
168 package.definition=sun.,\ |
|
169 com.sun.xml.internal.,\ |
|
170 com.sun.imageio.,\ |
|
171 com.sun.org.apache.xerces.internal.utils.,\ |
|
172 com.sun.org.apache.xalan.internal.utils.,\ |
|
173 com.sun.org.glassfish.external.,\ |
|
174 com.sun.org.glassfish.gmbal. |
163 |
175 |
164 # |
176 # |
165 # Determines whether this properties file can be appended to |
177 # Determines whether this properties file can be appended to |
166 # or overridden on the command line via -Djava.security.properties |
178 # or overridden on the command line via -Djava.security.properties |
167 # |
179 # |