
|
If you were logged in you would be able to see more operations.
|
|
|
|
Issue Links:
|
Blocker
|
|
This issue blocks:
|
|
DERBY-615
Get 95% of functional tests running under the SecurityManager when running derbyall
|
|
|
|
|
|
|
|
| Resolution Date: |
14/Oct/05 11:41 PM
|
|
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.
|
|
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. |
Show » |
|
DERBY-615because granting this permission so widely in the policy file has the potential to hide security bugs as more tests are enabled to be run under the security manager.