Deepa Remesh wrote:
>>I have attached a patch for test policy file with this mail. Here is a
>>summary of the patch:
>>1. Removes the following permission from derbynet.jar and classes
>>directory. This is not required after the patch for DERBY-375.
>>permission java.io.FilePermission "${user.dir}${/}*", "write";
>>
>>2. Grants the following permission to derbynet.jar. This is required
>>since tracing file location now defaults to ${derby.system.home}. The
>>test derbynet/getCurrentProperties.java uses this.
>>// tracing files default to derby.system.home,
>>derbynet/getCurrentProperties.java
>>permission java.io.FilePermission "${derby.system.home}${/}*", "write";
>>
>>3. Grants the following permission to derbynet.jar and classes
>>directory. This is required by the test jdbcapi/secureUsers1.sql when
>>run using sane builds.
>>// sane=true, jdbcapi/secureUsers1.sql
>>permission java.io.FilePermission "${user.dir}${/}CloudLDAP.out", "write";
>>
>>Please look into this patch and commit if okay.
Committed, trunk revision 326289
Thanks,
Dan.