]> source.dussan.org Git - aspectj.git/commitdiff
don't use prot domain for one run, tests ok?
authoraclement <aclement>
Tue, 17 May 2011 15:50:09 +0000 (15:50 +0000)
committeraclement <aclement>
Tue, 17 May 2011 15:50:09 +0000 (15:50 +0000)
loadtime/src/org/aspectj/weaver/loadtime/Aj.java

index 3582da8710e2cc8e5d3a33a3e63259bedbcd45de..f38ac9184baa957e405f55ef3c9420da425bfd12 100644 (file)
@@ -95,7 +95,8 @@ public class Aj implements ClassPreProcessor {
                                        return bytes;
                                }
                                try {
-                                       weavingAdaptor.setActiveProtectionDomain(protectionDomain);
+                                       // custard
+                                       // weavingAdaptor.setActiveProtectionDomain(protectionDomain);
                                        byte[] newBytes = weavingAdaptor.weaveClass(className, bytes, false);
                                        Dump.dumpOnExit(weavingAdaptor.getMessageHolder(), true);
                                        if (trace.isTraceEnabled())