Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
1.1.8
-
None
Description
SecurityManager checks were added in the fixed for the two linked bugs. However, you create a new SecurityManager rather than getting the configured SecurityManager via System.getSecurityManager(). In most JVM installations, people are running without SecurityManagers and so will not have policy set up and applications that call abort or setNetworkTimeout will throw SecurityExceptions.