]
Tristan Tarrant updated ISPN-8871:
----------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
AuthorizationHelper should not enable the ACL cache if authz is
disabled
------------------------------------------------------------------------
Key: ISPN-8871
URL:
https://issues.jboss.org/browse/ISPN-8871
Project: Infinispan
Issue Type: Bug
Components: Core
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
The authorizationhelper initializes a bounded ACL cache even when authz is disabled. This
initializes the caffeine classes even though we might not need them (true for unbounded
caches and for off-heap).