I'm working on a test case for SOLR-9533, which requires writing and
reloading the solrcore.properties file in the instance dir of the test
framework. The test was being added to SolrCoreTest.java.
I'm getting the following error when writing the file:
java.security.AccessControlException: access denied
("java.io.FilePermission"
It makes sense to forbid writing to this directory but for this test case
it seems to be required.
Wondering if anyone has any suggestions for how to deal with this?
Joel Bernstein
http://joelsolr.blogspot.com/