summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorKay Ramme <kr@openoffice.org>2000-11-07 11:09:59 +0000
committerKay Ramme <kr@openoffice.org>2000-11-07 11:09:59 +0000
commit2e34d378f93f35e476f72772685ffefef5c061b2 (patch)
tree3781d427d7e5ce5c9e854976718c8b27fa30ad41 /sandbox
parent61298efe1c437afdc6fae56b9f1d90aaf1ce4963 (diff)
disabled the settings of signers at generated classes, cause it kills netscape
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java b/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java
index 4d6703741366..e3ead0cda301 100644
--- a/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java
+++ b/sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ClassContextImpl.java,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: kr $ $Date: 2000-10-27 09:24:30 $
+ * last change: $Author: kr $ $Date: 2000-11-07 12:09:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -228,9 +228,9 @@ final class ClassContextImpl extends ClassLoader implements ClassContext {
xClass = defineClass(className, bytes, 0, bytes.length);
// xClass = defineClass(className, bytes, 0, bytes.length, protectionDomain);
- Object objects[] = new Object[2];
- objects[0] = resourceProxy.getProtectionDomain();
- setSigners(xClass, objects);
+// Object objects[] = new Object[2];
+// objects[0] = resourceProxy.getProtectionDomain();
+// setSigners(xClass, objects);
}
catch(MalformedURLException malformedURLException) {
if(DEBUG) System.err.println("#### ClassContext.loadClasss - URL exception:" + malformedURLException);