[ 
https://issues.apache.org/jira/browse/JCR-1712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12624382#action_12624382
 ] 

Julian Reschke commented on JCR-1712:
-------------------------------------

(summarizing phone conversation with Angela...)

1) The name parser should decide on jcr name vs extended name *solely* based on 
the name to parse. It may be tempting to query the namespace registry, but this 
is IMHO an extremely bad idea.

2) Edge case: as far as I can tell, the only potential edge cases occur when 
the first "{"..."}" pair does not contain a colon character. However, namespace 
names should be absolute URIs, and any absolute URI (by definition) contains a 
colon. Thus, just rely on that. People who mint namespace names that aren't 
URIs will get what they deserve (in this case, the inability to take advantage 
of the new syntax).


> JSR 283: JCR Names
> ------------------
>
>                 Key: JCR-1712
>                 URL: https://issues.apache.org/jira/browse/JCR-1712
>             Project: Jackrabbit
>          Issue Type: Sub-task
>            Reporter: angela
>         Attachments: JCR-1712_1.diff
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to