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

Julian Reschke commented on JCR-3562:
-------------------------------------

"{" and "}" have always been legal characters in JCR names.

JCR 2.0 extended the name syntax to allow the "Clark" notation 
"{namespace}name", and this was only possible by requiring that "namespace" is 
an actual absolute URI (containing a colon).

In other words, expanded names do not work when people use non-URI namespace 
names. (hint, hint... :-)
                
> Adding a child node named {foo fails but bar} works
> ---------------------------------------------------
>
>                 Key: JCR-3562
>                 URL: https://issues.apache.org/jira/browse/JCR-3562
>             Project: Jackrabbit Content Repository
>          Issue Type: Bug
>          Components: jackrabbit-core
>    Affects Versions: 2.6
>            Reporter: Bertrand Delacretaz
>            Priority: Minor
>         Attachments: failure-trace.txt, testBracketsInNodeName.patch
>
>
> I'll attach a test patch that demonstrates that addNode("bar}") works but 
> addNode("{foo") fails. 
> AFAIK both are valid child node names.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to