Remove use of doPrivileged in EncryptionKeyTest -----------------------------------------------
Key: DERBY-2555 URL: https://issues.apache.org/jira/browse/DERBY-2555 Project: Derby Issue Type: Sub-task Components: Test Affects Versions: 10.3.0.0 Reporter: Kristian Waagan Priority: Trivial When converted to JUnit, the test originally wrapped connections used to create/restore databases from a backup image in doPrivileged-calls. This was done to allow the backup images to be read by Derby. It should not be necessary, as the Derby code itself should use doPrivileged-calls in the appropriate places. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.