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