Вопросы по теме 'security-policy'

JDK11, политики безопасности не распространяются на рабочие потоки ForkJoinPool.
public class S3ButcketTest { public static void main(String args[]) { System.setSecurityManager(new RMISecurityManager()); ForkJoinPool pool = new ForkJoinPool(1); System.out.println("main: "+Policy.getPolicy()); pool.execute(new...
309 просмотров
schedule 08.02.2024