Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 361FA200C78 for ; Thu, 18 May 2017 13:29:02 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 347AA160BC4; Thu, 18 May 2017 11:29:02 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 7C2E0160BB0 for ; Thu, 18 May 2017 13:29:01 +0200 (CEST) Received: (qmail 68749 invoked by uid 500); 18 May 2017 11:29:00 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 68740 invoked by uid 99); 18 May 2017 11:29:00 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 May 2017 11:29:00 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 138A23A00E6 for ; Thu, 18 May 2017 11:28:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1795504 - /sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext Date: Thu, 18 May 2017 11:28:59 -0000 To: commits@sling.apache.org From: sseifert@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20170518112900.138A23A00E6@svn01-us-west.apache.org> archived-at: Thu, 18 May 2017 11:29:02 -0000 Author: sseifert Date: Thu May 18 11:28:59 2017 New Revision: 1795504 URL: http://svn.apache.org/viewvc?rev=1795504&view=rev Log: fix typos Modified: sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext Modified: sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext?rev=1795504&r1=1795503&r2=1795504&view=diff ============================================================================== --- sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext (original) +++ sling/site/trunk/content/documentation/bundles/context-aware-configuration/context-aware-configuration.mdtext Thu May 18 11:28:59 2017 @@ -231,7 +231,7 @@ The Context-Aware Configuration Implemen The main entry point is the OSGi service `org.apache.sling.caconfig.management.ConfigurationManager`. It allows to get, write or delete singleton configurations and configuration lists. Configuration data is returned using `ConfigurationData` and `ConfigurationCollectionData` objects which also provide access to additional metadata about the resolving process and inheritance/override status of each property. Internally the configuration manager uses the [SPI][spi] implementation to resolve and write the configuration data. -Whenever configuration data is read or written from the configuration resources a filtering of property names is applied to make sure "system-properties" like `jcr:primaryType` or 'jcr:created' are not returned as part of the configuration data. A list of regular expressions for this filtering can be configured via the "Apache Sling Context-Aware Configuration Management Settings" OSGi configuration. The configuration is accessible to custom persistence implementations via the `org.apache.sling.caconfig.management.ConfigurationManagementSettings` OSGi service. By default all properties in the `jcr:` namespace are filtered out. +Whenever configuration data is read or written from the configuration resources a filtering of property names is applied to make sure "system properties" like `jcr:primaryType` or `jcr:created` are not returned as part of the configuration data. A list of regular expressions for this filtering can be configured via the "Apache Sling Context-Aware Configuration Management Settings" OSGi configuration. The configuration is accessible to custom persistence implementations via the `org.apache.sling.caconfig.management.ConfigurationManagementSettings` OSGi service. By default all properties in the `jcr:` namespace are filtered out. # References