[
https://issues.jboss.org/browse/ISPN-6049?page=com.atlassian.jira.plugin....
]
Tristan Tarrant updated ISPN-6049:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 8.2.0.Beta1
Resolution: Done
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.2.0.Final, 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)
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)