Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
10.2.1.6
-
None
Description
About 17 tests fail if this permission is not granted. Permission should not be required to run Derby in embedded or network server mode.
permission java.lang.RuntimePermission "accessDeclaredMembers";
In some (all?) cases it is because getDeclaredConstrunctor or getDeclaredMethod is called when the getPublic versions would suffice.
Attachments
Issue Links
- blocks
-
DERBY-615 Get 95% of functional tests running under the SecurityManager when running derbyall
- Closed