Return-Path: Delivered-To: apmail-incubator-jspwiki-dev-archive@locus.apache.org Received: (qmail 68433 invoked from network); 4 Aug 2008 07:16:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Aug 2008 07:16:34 -0000 Received: (qmail 76058 invoked by uid 500); 4 Aug 2008 07:16:34 -0000 Delivered-To: apmail-incubator-jspwiki-dev-archive@incubator.apache.org Received: (qmail 75984 invoked by uid 500); 4 Aug 2008 07:16:34 -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 75973 invoked by uid 99); 4 Aug 2008 07:16:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2008 00:16:33 -0700 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; Mon, 04 Aug 2008 07:15:47 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 32CE0234C18C for ; Mon, 4 Aug 2008 00:15:44 -0700 (PDT) Message-ID: <1200266302.1217834144193.JavaMail.jira@brutus> Date: Mon, 4 Aug 2008 00:15:44 -0700 (PDT) From: "Florian Holeczek (JIRA)" To: jspwiki-dev@incubator.apache.org Subject: [jira] Created: (JSPWIKI-332) write-protected page gets versioned but not updated when a referenced page is renamed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org write-protected page gets versioned but not updated when a referenced page is renamed ------------------------------------------------------------------------------------- Key: JSPWIKI-332 URL: https://issues.apache.org/jira/browse/JSPWIKI-332 Project: JSPWiki Issue Type: Bug Components: Core & storage Affects Versions: 2.7.x Environment: JSPWiki v2.7.0-alpha-7 with VersioningFileProvider storage, Tomcat 6.0.16, Windows XP Reporter: Florian Holeczek Assuming to have two pages, PageA and PageB. PageA contains a link to PageB. Write-protect PageA in the file system, then rename PageB. PageA's content won't get changed (of course), but it gets versioned with a comment "Renaming change PageB to PageB2" (as if it was correctly updated). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.