]
Radoslav Husar updated ISPN-6049:
---------------------------------
Fix Version/s: (was: 8.2.0.Final)
Calls to reflection API fail with enabled security manager; need to
be run in privileged block
----------------------------------------------------------------------------------------------
Key: ISPN-6049
URL:
https://issues.jboss.org/browse/ISPN-6049
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.1.0.Final
Reporter: Radoslav Husar
Assignee: Radoslav Husar
Fix For: 8.2.0.Beta1, 8.1.1.Final
Problematic are the calls that are originating in the unprivileged user code. For
example:
org.infinispan.distribution.group.GroupManagerImpl.GroupMetadataImpl#getGroup
org.infinispan.distribution.group.GroupManagerImpl#createGroupMetadata
e.g. call stacks
https://gist.github.com/rhusar/e2ae371f852d926c5e13
https://gist.github.com/rhusar/7411f9dc963bc9233eae
https://gist.github.com/rhusar/782743a551c8eef927a0 (security)