Return-Path: X-Original-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-oak-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DBD75D207 for ; Tue, 24 Jul 2012 09:46:37 +0000 (UTC) Received: (qmail 33570 invoked by uid 500); 24 Jul 2012 09:46:37 -0000 Delivered-To: apmail-jackrabbit-oak-dev-archive@jackrabbit.apache.org Received: (qmail 33477 invoked by uid 500); 24 Jul 2012 09:46:37 -0000 Mailing-List: contact oak-dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: oak-dev@jackrabbit.apache.org Delivered-To: mailing list oak-dev@jackrabbit.apache.org Received: (qmail 33425 invoked by uid 99); 24 Jul 2012 09:46:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Jul 2012 09:46:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id D0E031402B8 for ; Tue, 24 Jul 2012 09:46:34 +0000 (UTC) Date: Tue, 24 Jul 2012 09:46:34 +0000 (UTC) From: "Jukka Zitting (JIRA)" To: oak-dev@jackrabbit.apache.org Message-ID: <1851701485.95052.1343123194857.JavaMail.jiratomcat@issues-vm> In-Reply-To: <1731976185.41399.1342094974438.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (OAK-182) Support for "invisible" internal content MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/OAK-182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13421295#comment-13421295 ] Jukka Zitting commented on OAK-182: ----------------------------------- Looks good, though note the following: * No need to call {{PathUtils.getName()}} in {{NodeStateUtils.isHidden()}} as the given name is not a path. * I think the {{ValidatingEditor}} shouldn't ignore hidden content. Individual {{Validator}} classes that the {{ValidatingEditor}} calls may or may not want to do so, but it should be up to them to decide. * Similarly, the {{MergingNodeStateDiff}} class probably shouldn't ignore hidden content. We want to be able to properly merge also such content. > Support for "invisible" internal content > ---------------------------------------- > > Key: OAK-182 > URL: https://issues.apache.org/jira/browse/OAK-182 > Project: Jackrabbit Oak > Issue Type: New Feature > Components: core, jcr > Reporter: Jukka Zitting > Attachments: OAK-182-b.patch > > > As discussed on the mailing list (http://markmail.org/message/kzt7csiz2bd5n3ww), it would be good to have a naming pattern line "{{:name}}" for internal content that we don't want to directly expose to JCR clients. > JCR-related functionality like the namespace and node type validators and the observation dispatcher (see also OAK-181) should know to ignore such content and the JCR binding in oak-jcr should automatically filter out such internal content. Such internal content should probably also not be indexed for search. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira