Description
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.
Attachments
Attachments
Issue Links
- is blocked by
-
DERBY-2556 Code paths for db restore do not use doPrivileged-calls, causing SecurityException
- Closed