Stefan Seifert created SLING-6788:
-------------------------------------
Summary: Context-Aware Config: Make filtered property names for
configuration persistence configurable
Key: SLING-6788
URL: https://issues.apache.org/jira/browse/SLING-6788
Project: Sling
Issue Type: Improvement
Components: Extensions
Affects Versions: Context-Aware Configuration Impl 1.3.2
Reporter: Stefan Seifert
Assignee: Stefan Seifert
Fix For: Context-Aware Configuration Impl 1.3.4
currently, a hard-coded list of filtered property names is applied in the
configuration manager implementation and the default configuration persistence
implementation:
{noformat}
jcr:primaryType
jcr:mixinTypes
jcr:created
jcr:createdBy
jcr:lastModified
jcr:lastModifiedBy
jcr:uuid
{noformat}
this list should be made configurable because in upstream applications more
properties might need to be filtered e.g. to track replication status.
the possibility to filter a list of property names by name or regex should be
made accessible in the ConfigurationManager API that is part of the Management
API so other configuration persistence applications may use it as well.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)