You might be able to get java to indicate what it is not being allowed to do, by setting the java.security.debug property to all, e.g. java -Djava.security.debug=all, and narrow it down that way.
Henri Sivonen wrote: > I have been bitten by less secure than ideal library code, so I > enabled the Java security manager for my app for the purpose of > limiting access to the local file system except in designated > directories and limiting outbound network connections except in > places where I intend outbound network access to happen. > > Unfortunately, this broke > org.relaxng.datatype.helpers.DatatypeLibraryLoader. What security > policy incantantions are needed to allow > org.relaxng.datatype.helpers.DatatypeLibraryLoader do its job? >
