Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 50640 invoked from network); 15 Nov 2008 13:40:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Nov 2008 13:40:35 -0000 Received: (qmail 48827 invoked by uid 500); 15 Nov 2008 13:40:42 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 48818 invoked by uid 500); 15 Nov 2008 13:40:42 -0000 Mailing-List: contact jspwiki-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-dev@incubator.apache.org Received: (qmail 48807 invoked by uid 99); 15 Nov 2008 13:40:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2008 05:40:42 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 15 Nov 2008 13:39:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3BC32234C289 for ; Sat, 15 Nov 2008 05:39:44 -0800 (PST) Message-ID: <2082179536.1226756384212.JavaMail.jira@brutus> Date: Sat, 15 Nov 2008 05:39:44 -0800 (PST) From: "Andrew Jaquith (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Commented: (JSPWIKI-420) Subpages support In-Reply-To: <378039756.1226223284283.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/JSPWIKI-420?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647847#action_12647847 ] Andrew Jaquith commented on JSPWIKI-420: ---------------------------------------- We should probably have a path-like class, and a factory class that creates them for supplied strings. This would allow caching, which is a good thing. For access-control purposes (calculating whether one permission implies another, for example), paths will be essential. I'm sure other features in JSPWiki 3 would benefit from them too. > Subpages support > ---------------- > > Key: JSPWIKI-420 > URL: https://issues.apache.org/jira/browse/JSPWIKI-420 > Project: JSPWiki > Issue Type: Improvement > Components: Authentication&Authorization, Core & storage, Default template > Reporter: Janne Jalkanen > Fix For: 3.0 > > > Subpages should be supported. > (This might need to be pushed to 3.1 due to the workload, but 3.0 should at least be designed so that it does not prevent this to be implemented.) > Attachments are already a kind of subpages, so once JCR unifies content handling, this should be rather trivial. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.