aboutsummaryrefslogtreecommitdiff
path: root/nailgun_launcher/ProxySecurityManager.java
Commit message (Collapse)AuthorAgeFilesLines
* fix behavior of System.exit trappingChristopher Vogt2016-09-151-0/+102
Installing one globally for the JVM live-time and make behavior dependent on a thread local variable seems safer than globally switching it out and having race conditions. Also now all other calls are forwarded to a potential Nailgun SecurityManager, which should fix some bugs.