Skip to content

Commit

Permalink
Add comment from bug 116 about Security Controller
Browse files Browse the repository at this point in the history
  • Loading branch information
clay_shooter committed Jun 22, 2015
1 parent 205d20b commit 4856713
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion jacob/src/com/jacob/com/JacobObject.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 4856713

Please sign in to comment.