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? -- Henri Sivonen [EMAIL PROTECTED] http://hsivonen.iki.fi/
