diff options
author | Kay Ramme <kr@openoffice.org> | 2000-11-07 11:09:59 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2000-11-07 11:09:59 +0000 |
commit | 2e34d378f93f35e476f72772685ffefef5c061b2 (patch) | |
tree | 3781d427d7e5ce5c9e854976718c8b27fa30ad41 /sandbox/com/sun/star/lib | |
parent | 61298efe1c437afdc6fae56b9f1d90aaf1ce4963 (diff) |
disabled the settings of signers at generated classes, cause it kills netscape
Diffstat (limited to 'sandbox/com/sun/star/lib')
-rw-r--r-- | sandbox/com/sun/star/lib/sandbox/ClassContextImpl.java | 10 |
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); |