From dev-return-10635-apmail-jackrabbit-dev-archive=jackrabbit.apache.org@jackrabbit.apache.org Mon Feb 05 13:33:29 2007 Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 40460 invoked from network); 5 Feb 2007 13:33:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 13:33:28 -0000 Received: (qmail 37622 invoked by uid 500); 5 Feb 2007 13:33:34 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 37246 invoked by uid 500); 5 Feb 2007 13:33:33 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 37236 invoked by uid 99); 5 Feb 2007 13:33:33 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 05:33:33 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 05:33:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9D7247142D0 for ; Mon, 5 Feb 2007 05:33:05 -0800 (PST) Message-ID: <33032331.1170682385616.JavaMail.jira@brutus> Date: Mon, 5 Feb 2007 05:33:05 -0800 (PST) From: "Marcel Reutegger (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCR-734) Update namespace uri for prefix fn MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Update namespace uri for prefix fn ---------------------------------- Key: JCR-734 URL: https://issues.apache.org/jira/browse/JCR-734 Project: Jackrabbit Issue Type: Improvement Components: query Reporter: Marcel Reutegger Priority: Minor Fix For: 1.3 The SearchManager class still uses an outdated namespace uri for the 'fn' prefix: http://www.w3.org/2004/10/xpath-functions The prefix should be re-mapped to the now offical namespace: http://www.w3.org/2005/xpath-functions See: http://www.w3.org/TR/xquery-operators/#namespace-prefixes To keep a minimum of backward compatibility, the existing namespace uri should still exist in the namespace registry, but refer to another prefix. E.g. fn_old. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.