]
Tristan Tarrant updated ISPN-11855:
-----------------------------------
Fix Version/s: 11.0.0.Final
(was: 11.0.0.CR1)
Internal caches should ignore wildcard configurations
-----------------------------------------------------
Key: ISPN-11855
URL:
https://issues.redhat.com/browse/ISPN-11855
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 11.0.0.Dev05, 10.1.8.Final
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Major
Fix For: 11.0.0.Final, 10.1.9.Final
{{InternalCacheRegistryImpl.registerInternalCache}} throws a
{{CacheConfigurationException}} if a wildcard configuration matches the internal cache
name.
It should ignore wildcard configurations instead, and a user should be able to replicate
the pre-ISPN-11367 behaviour with a {{*}} wildcard:
{code:xml}
<cache-container>
<local-cache-configuration name="*">
</local-cache-configuration>
</cache-container>
{code}