Fixed
Details
Assignee
Gunnar MorlingGunnar MorlingReporter
Hardy FerentschikHardy FerentschikParticipants
Emmanuel BernardGunnar MorlingHardy FerentschikComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
Gunnar Morling
Gunnar MorlingReporter
Hardy Ferentschik
Hardy FerentschikParticipants
Emmanuel Bernard
Gunnar Morling
Hardy Ferentschik
Components
Fix versions
Affects versions
Priority
Created July 15, 2014 at 8:01 PM
Updated October 22, 2014 at 2:50 PM
Resolved July 25, 2014 at 9:25 AM
Currently we wrap all reflection calls in
PrivilegedAction
. This way Validators need the following grants in the policy file:However, this also means that a user might now use
ReflectionHelper
to execute reflection calls which otherwise would be no allowed. To prevent this we need a Validator specific permission type. Something like this: