[
https://issues.jboss.org/browse/GTNPORTAL-3404?page=com.atlassian.jira.pl...
]
Racha Touzi updated GTNPORTAL-3404:
-----------------------------------
Security Sensitive Issue: Check in case of security relevant issue
The path of JCr index cache is hard coded in
configuration.properties
---------------------------------------------------------------------
Key: GTNPORTAL-3404
URL:
https://issues.jboss.org/browse/GTNPORTAL-3404
Project: GateIn Portal
Issue Type: Enhancement
Security Level: Public(Everyone can see)
Reporter: Racha Touzi
Priority: Minor
The path 's configuration of the JCR index cache is always configured in cluster
mode "/conf/jcr/infinispan/cluster/indexer-config.xml" whatever the profil
mode ( local or cluster) .
The configuration of JCR Index cache must be one for local mode and one for Cluster mode
,
So the path must be
{code}
gatein.jcr.index.cache.config=war:/conf/jcr/infinispan/${gatein.jcr.config.type}/indexer-config.xml
{code}
instead of
{code}
gatein.jcr.index.cache.config=war:/conf/jcr/infinispan/cluster/indexer-config.xml
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see:
http://www.atlassian.com/software/jira