You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Marcel Reutegger (JIRA)" <ji...@apache.org> on 2007/02/05 14:33:05 UTC

[jira] Created: (JCR-734) Update namespace uri for prefix fn

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.


[jira] Resolved: (JCR-734) Update namespace uri for prefix fn

Posted by "Marcel Reutegger (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/JCR-734?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marcel Reutegger resolved JCR-734.
----------------------------------

    Resolution: Fixed

On startup the fn prefix is mapped to the offical namespace uri: http://www.w3.org/2005/xpath-functions. If there exists a namespace uri that is already mapped to fn the existing namespace uri will be re-mapped to a different prefix to avoid collision.

Fixed in revision: 504206

> 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.