From 485671348a55d1ce4b4a6fe062a27499cd594372 Mon Sep 17 00:00:00 2001 From: clay_shooter <> Date: Mon, 22 Jun 2015 04:26:21 +0000 Subject: [PATCH] Add comment from bug 116 about Security Controller --- jacob/src/com/jacob/com/JacobObject.java | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/jacob/src/com/jacob/com/JacobObject.java b/jacob/src/com/jacob/com/JacobObject.java index acd346c..ddc5eac 100644 --- a/jacob/src/com/jacob/com/JacobObject.java +++ b/jacob/src/com/jacob/com/JacobObject.java @@ -56,7 +56,10 @@ public void safeRelease() { } /** - * When things go wrong, it is useful to be able to debug the ROT. + * When things go wrong, it is useful to be able to debug the ROT. We stash + * this in a static so the getProperty() call only happens once. This can + * blow up with java.security.AccessControlException in a signed applet + * https://sourceforge.net/p/jacob-project/bugs/116/ */ private static final boolean DEBUG = // true;