All Downloads are FREE. Search and download functionalities are using the official Maven repository.

conf.java.policy Maven / Gradle / Ivy

The newest version!
//##################### Security Policy
//
//  The default security policy for the JOnAS server.
//  Currently, this is set to allow all permissions.
//

grant {
  // Allow everything for now
  permission java.security.AllPermission;
};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy