Mega Code Archive

 
Categories / Java Tutorial / Security
 

Grant ability to read all properties that start with myprops

grant codeBase "http://127.0.0.1/-" {         permission java.util.PropertyPermission "myprops.*", "read";     };